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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 宵ラ憘エ] | 10001111101010101101011111111010110001101011010001011101 | 8faad7fac6b45d |
EUC-JP | 宵ラ憘エ] | 10111110101011001000111011010111100011111011111011100100100011101011010001011101 | beac8ed78fbee48eb45d |
UTF-8 | 宵ラ憘エ] | 11100101101011101011010111101111101111101001011111100110100001101001100011101111101111011011010001011101 | e5aeb5efbe97e68698efbdb45d |
UHC | 宵?憘?] | 11100001101100100011111111111101111100110011111101011101 | e1b23ffdf33f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)