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 | ?鬼枇ヤ? | 0011111110001011010100111001010011111000100000111000010000111111 | 3f8b5394f883843f |
EUC-JP | ?鬼枇ヤ? | 0011111110110101101101001100100011111010101001011110010000111111 | 3fb5b4c8faa5e43f |
UTF-8 | 룵鬼枇ヤ룶 | 111010111010001110110101111010011010110010111100111001101001111010000111111000111000001110100100111010111010001110110110 | eba3b5e9acbce69e87e383a4eba3b6 |
UHC | 룵鬼枇ヤ룶 | 10001111101010101101000010100001110111011110110110101011111001001000111110101011 | 8faad0a1ddedabe48fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)