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 | ?B????Z?B | 001111110100001000111111001111110011111100111111010110100011111101000010 | 3f423f3f3f3f5a3f42 |
SJIS-WIN | ?B????Z?B | 001111110100001000111111001111110011111100111111010110100011111101000010 | 3f423f3f3f3f5a3f42 |
EUC-JP | ?B????Z?B | 001111110100001000111111001111110011111100111111010110100011111101000010 | 3f423f3f3f3f5a3f42 |
UTF-8 | 챈B혢찾혟짤Z챈B | 111011001011000110001000010000101110110110011000101000101110110010110000101111101110110110011000100111111110110010100111101001000101101011101100101100011000100001000010 | ecb18842ed98a2ecb0beed989feca7a45aecb18842 |
UHC | 챈B혢찾혟짤Z챈B | 110000111010011001000010110000101000101111000011101000111100001010001001110000101010100101011010110000111010011001000010 | c3a642c28bc3a3c289c2a95ac3a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)