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 | 遽√Κ縺 | 1110011110101111100000011110001110000011101010001110001110000001 | e7af81e383a8e381 |
EUC-JP | 遽√Κ縺 | 1110111010110001101000101110010110100110101010101110010111100001 | eeb1a2e5a6aae5e1 |
UTF-8 | 遽√Κ縺 | 1110100110000001101111011110001010001000100110101100111010011010111001111011100010111010 | e981bde2889ace9ae7b8ba |
UHC | 遽√Κ? | 11001011111010001010000111101110101001011100101000111111 | cbe8a1eea5ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)