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 | 趾?? | 11100110111001000011111100111111 | e6e43f3f |
EUC-JP | 趾?鱉 | 111011001110011000111111100011111110101111000000 | ece63f8febc0 |
UTF-8 | 趾댈鱉 | 111010001011011010111110111010111000110010001000111010011011000110001001 | e8b6beeb8c88e9b189 |
UHC | 趾댈鱉 | 111100101011111110110100111011101101110010101110 | f2bfb4eedcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)