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 | 茫埼舟赳 | 1110010010101001100011011110100110001111010011011110011011100000 | e4a98de98f4de6e0 |
EUC-JP | 茫埼舟赳 | 1110100010101011101110101110101110111101101011101110110011100010 | e8abbaebbdaeece2 |
UTF-8 | 茫埼舟赳 | 111010001000110010101011111001011001111110111100111010001000100010011111111010001011010110110011 | e88cabe59fbce8889fe8b5b3 |
UHC | 茫埼舟赳 | 1101100011010100110100001111001011110001110001111101000010101111 | d8d4d0f2f1c7d0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)