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 | ?_? | 001111110101111100111111 | 3f5f3f |
SJIS-WIN | 但_損 | 1001001001000001010111111001000110111001 | 92415f91b9 |
EUC-JP | 但_損 | 1100001110100010010111111100001010111011 | c3a25fc2bb |
UTF-8 | 但_損 | 11100100101111011000011001011111111001101001000010001101 | e4bd865fe6908d |
UHC | 但_損 | 1101001110100011010111111110000111011111 | d3a35fe1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)