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 | 鮨溯イ隠 | 11101001101111011001111111101000101100101000100101000010 | e9bd9fe8b28942 |
EUC-JP | 鮨溯イ隠 | 1111001010111111110111101110101010001110101100101011000110100011 | f2bfdeea8eb2b1a3 |
UTF-8 | 鮨溯イ隠 | 111010011010111010101000111001101011101010101111111011111011110110110010111010011001101010100000 | e9aea8e6baafefbdb2e99aa0 |
UHC | ?溯?? | 0011111111100001101111010011111100111111 | 3fe1bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)