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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?獒??? | 00111111100011111100101110111011001111110011111100111111 | 3f8fcbbb3f3f3f |
UTF-8 | 쒔獒롛렊롘 | 111011001001001010010100111001111000110110010010111010111010000110011011111010111010000010001010111010111010000110011000 | ec9294e78d92eba19beba08aeba198 |
UHC | 쒔獒롛렊롘 | 10111110101011011110100010100011100011101101111110001110101000011000111011011100 | beade8a38edf8ea18edc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)