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 | 迪鈴骨 | 111001111000110010010111111010011000110110011100 | e78c97e98d9c |
EUC-JP | 迪鈴骨 | 111011011110110011001110111010111011100111111100 | edecceebb9fc |
UTF-8 | 迪鈴骨 | 111010001011111110101010111010011000100010110100111010011010101010101000 | e8bfaae988b4e9aaa8 |
UHC | 迪鈴骨 | 111011101110100011010110110000101100110111101001 | eee8d6c2cde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)