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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 熊橋?? | 100011000100011010001011101101000011111100111111 | 8c468bb43f3f |
EUC-JP | 熊橋?? | 101101111010011110110110101101100011111100111111 | b7a7b6b63f3f |
UTF-8 | 熊橋렍렞 | 111001111000011010001010111001101010100110001011111010111010000010001101111010111010000010011110 | e7868ae6a98beba08deba09e |
UHC | 熊橋렍렞 | 1110101010101000110011101110100110001110101000111000111010101111 | eaa8cee98ea38eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)