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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遽娯∑ | 111001111010111110001100111000101000011110010100 | e7af8ce28794 |
EUC-JP | 遽娯? | 1110111010110001101110001110010000111111 | eeb1b8e43f |
UTF-8 | 遽娯∑ | 111010011000000110111101111001011010100010101111111000101000100010010001 | e981bde5a8afe28891 |
UHC | 遽?∑ | 1100101111101000001111111010001010110010 | cbe83fa2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)