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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 擾∽?V | 100011111110111110000001111001000011111101010110 | 8fef81e43f56 |
EUC-JP | 擾∽?V | 101111101111000110100010111001100011111101010110 | bef1a2e63f56 |
UTF-8 | 擾∽슉V | 11100110100100111011111011100010100010001011110111101100100010101000100101010110 | e693bee288bdec8a8956 |
UHC | 擾∽슉V | 11101000111101101010000111101111101111011011010101010110 | e8f6a1efbdb556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)