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 | ?碍???? | 00111111100010100101011000111111001111110011111100111111 | 3f8a563f3f3f3f |
EUC-JP | ?碍???? | 00111111101100111011011100111111001111110011111100111111 | 3fb3b73f3f3f3f |
UTF-8 | 솝碍알렚앉렊 | 111011001000011010011101111001111010001010001101111011001001010110001100111010111010000010011010111011001001010110001001111010111010000010001010 | ec869de7a28dec958ceba09aec9589eba08a |
UHC | 솝碍알렚앉렊 | 101111001101100111100100111101001011111011001011100011101010110110111110110010011000111010100001 | bcd9e4f4becb8eadbec98ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)