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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 中??中??B | 100100101000011000111111001111111001001010000110001111110011111101000010 | 92863f3f92863f3f42 |
EUC-JP | 中??中??B | 110000111110011000111111001111111100001111100110001111110011111101000010 | c3e63f3fc3e63f3f42 |
UTF-8 | 中쇤걋中쇤걋B | 11100100101110001010110111101100100001111010010011101010101100011000101111100100101110001010110111101100100001111010010011101010101100011000101101000010 | e4b8adec87a4eab18be4b8adec87a4eab18b42 |
UHC | 中쇤걋中쇤걋B | 11110001111010011011110011101001101100001100000011110001111010011011110011101001101100001100000001000010 | f1e9bce9b0c0f1e9bce9b0c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)