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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 宵゙^ | 100011111010101011110010101000011101111001011110 | 8faaf2a1de5e |
EUC-JP | 宵?゙^ | 101111101010110000111111100011101101111001011110 | beac3f8ede5e |
UTF-8 | 宵゙^ | 11100101101011101011010111101110100001111001100011101111101111101001111001011110 | e5aeb5ee8798efbe9e5e |
UHC | 宵??^ | 1110000110110010001111110011111101011110 | e1b23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)