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 | 裄瑚淘 | 111001011110000010001100111010001001001110010001 | e5e08ce89391 |
EUC-JP | 裄瑚淘 | 111010101110001010111000111010101100010111110001 | eae2b8eac5f1 |
UTF-8 | 裄瑚淘 | 111010001010001110000100111001111001000110011010111001101011011110011000 | e8a384e7919ae6b798 |
UHC | ?瑚淘 | 0011111111111011110100011101010010100011 | 3ffbd1d4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)