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 | 茫埼舟貉 | 1110010010101001100011011110100110001111010011011110011010111001 | e4a98de98f4de6b9 |
EUC-JP | 茫埼舟貉 | 1110100010101011101110101110101110111101101011101110110010111011 | e8abbaebbdaeecbb |
UTF-8 | 茫埼舟貉 | 111010001000110010101011111001011001111110111100111010001000100010011111111010001011001010001001 | e88cabe59fbce8889fe8b289 |
UHC | 茫埼舟? | 11011000110101001101000011110010111100011100011100111111 | d8d4d0f2f1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)