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 | 棹團獻 | 100111101010100010011010101000111110000011011001 | 9ea89aa3e0d9 |
EUC-JP | 棹團獻 | 110111001010101011010100101001011110000011011011 | dcaad4a5e0db |
UTF-8 | 棹團獻 | 111001101010001110111001111001011001110010011000111001111000110110111011 | e6a3b9e59c98e78dbb |
UHC | 棹團獻 | 110101001010000111010011101001011111101011001100 | d4a1d3a5facc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)