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 | 棹團頷 | 100111101010100010011010101000111110100011110101 | 9ea89aa3e8f5 |
EUC-JP | 棹團頷 | 110111001010101011010100101001011111000011110111 | dcaad4a5f0f7 |
UTF-8 | 棹團頷 | 111001101010001110111001111001011001110010011000111010011010000010110111 | e6a3b9e59c98e9a0b7 |
UHC | 棹團? | 1101010010100001110100111010010100111111 | d4a1d3a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)