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 | ?A? | 001111110100000100111111 | 3f413f |
SJIS-WIN | 鯀A | 1110100110111111010000011111011011100011 | e9bf41f6e3 |
EUC-JP | 鯀A? | 11110010110000010100000100111111 | f2c1413f |
UTF-8 | 鯀A | 11101001101011111000000001000001111011101001010010001010 | e9af8041ee948a |
UHC | ?A? | 001111110100000100111111 | 3f413f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)