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 | 餓??汝? | 10001001111011000011111100111111100100111111000000111111 | 89ec3f3f93f03f |
EUC-JP | 餓??汝? | 10110010111011100011111100111111110001101111001000111111 | b2ee3f3fc6f23f |
UTF-8 | 餓뽪릍汝싪 | 111010011010010010010011111010111011110110101010111010111010011010001101111001101011000110011101111011001000101110101010 | e9a493ebbdaaeba68de6b19dec8baa |
UHC | 餓뽪릍汝싪 | 11100100101110111001011011100110101110001010110011100110101000111001101011101000 | e4bb96e6b8ace6a39ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)