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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶸貅堊 | 111010100101001111100110101110101001101010111111 | ea53e6ba9abf |
EUC-JP | 鶸貅堊 | 111100111011010011101100101111001101010011000001 | f3b4ecbcd4c1 |
UTF-8 | 鶸貅堊 | 111010011011011010111000111010001011001010000101111001011010000010001010 | e9b6b8e8b285e5a08a |
UHC | ??堊 | 00111111001111111110010010111110 | 3f3fe4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)