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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴦???額 | 11101001111100010011111100111111001111111000101001111010 | e9f13f3f3f8a7a |
EUC-JP | 鴦???額 | 11110010111100110011111100111111001111111011001111011011 | f2f33f3f3fb3db |
UTF-8 | 鴦꾆쇰뼕額 | 111010011011010010100110111010101011111010000110111011001000011110110000111010111011110010010101111010011010000110001101 | e9b4a6eabe86ec87b0ebbc95e9a18d |
UHC | 鴦꾆쇰뼕額 | 11100100111011001000010011001110101111001110101110010110100111011110010011111110 | e4ec84cebceb969de4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)