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 | 帥余? | 1001000010000011100101110101110100111111 | 9083975d3f |
EUC-JP | 帥余? | 1011111111100011110011011011111000111111 | bfe3cdbe3f |
UTF-8 | 帥余뤝 | 111001011011100010100101111001001011110110011001111010111010010010011101 | e5b8a5e4bd99eba49d |
UHC | 帥余뤝 | 111000011111110111100101111110011000111111001100 | e1fde5f98fcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)