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 | 螳ш愛 | 111001011010111010000100100010101000100010100100 | e5ae848a88a4 |
EUC-JP | 螳ш愛 | 111010101011000010100111111010101011000010100110 | eab0a7eab0a6 |
UTF-8 | 螳ш愛 | 1110100010011110101100111101000110001000111001101000010010011011 | e89eb3d188e6849b |
UHC | 螳ш愛 | 110100111101100110101100111010101110010011110001 | d3d9aceae4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)