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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苑〃證? | 10001001100100011000000101010110111001101001101000111111 | 89918156e69a3f |
EUC-JP | 苑〃證? | 10110001111100011010000110110111111010111111101000111111 | b1f1a1b7ebfa3f |
UTF-8 | 苑〃證렕 | 111010001000101110010001111000111000000010000011111010001010110110001001111010111010000010010101 | e88b91e38083e8ad89eba095 |
UHC | 苑〃證렕 | 1110101010111101101000011010100011110001111110111000111010101010 | eabda1a8f1fb8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)