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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 章?h章? | 10001111110011010011111101101000100011111100110100111111 | 8fcd3f688fcd3f |
EUC-JP | 章?h章? | 10111110110011110011111101101000101111101100111100111111 | becf3f68becf3f |
UTF-8 | 章렧h章렧 | 11100111101010111010000011101011101000001010011101101000111001111010101110100000111010111010000010100111 | e7aba0eba0a768e7aba0eba0a7 |
UHC | 章렧h章렧 | 111011011111000110001110101101100110100011101101111100011000111010110110 | edf18eb668edf18eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)