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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 宵ラ戓。^ | 10001111101010101101011111111010110001111010000101011110 | 8faad7fac7a15e |
EUC-JP | 宵ラ戓。^ | 10111110101011001000111011010111100011111011111110101000100011101010000101011110 | beac8ed78fbfa88ea15e |
UTF-8 | 宵ラ戓。^ | 11100101101011101011010111101111101111101001011111100110100010001001001111101111101111011010000101011110 | e5aeb5efbe97e68893efbda15e |
UHC | 宵???^ | 111000011011001000111111001111110011111101011110 | e1b23f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)