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 | ?鰻鱇 | 0011111110001001010101101110100111011111 | 3f8956e9df |
EUC-JP | ?鰻鱇 | 0011111110110001101101111111001011100001 | 3fb1b7f2e1 |
UTF-8 | 렺鰻鱇 | 111010111010000010111010111010011011000010111011111010011011000110000111 | eba0bae9b0bbe9b187 |
UHC | 렺鰻鱇 | 100011101100001011011000110001001100101110111110 | 8ec2d8c4cbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)