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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 宵ラ憘エk | 10001111101010101101011111111010110001101011010001101011 | 8faad7fac6b46b |
EUC-JP | 宵ラ憘エk | 10111110101011001000111011010111100011111011111011100100100011101011010001101011 | beac8ed78fbee48eb46b |
UTF-8 | 宵ラ憘エk | 11100101101011101011010111101111101111101001011111100110100001101001100011101111101111011011010001101011 | e5aeb5efbe97e68698efbdb46b |
UHC | 宵?憘?k | 11100001101100100011111111111101111100110011111101101011 | e1b23ffdf33f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)