To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隘??億?? | 1110100010100101001111110011111110001001101011010011111100111111 | e8a53f3f89ad3f3f |
EUC-JP | 隘??億?? | 1111000010100111001111110011111110110010101011110011111100111111 | f0a73f3fb2af3f3f |
UTF-8 | 隘뀀젉億쇰젗 | 111010011001101010011000111010111000000010000000111011001010000010001001111001011000010010000100111011001000011110110000111011001010000010010111 | e99a98eb8080eca089e58484ec87b0eca097 |
UHC | 隘뀀젉億쇰젗 | 111001001111011010110010111010111010000010001011111001011110001010111100111010111010000010010011 | e4f6b2eba08be5e2bceba093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)