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 | ???CA | 0011111100111111001111110100001101000001 | 3f3f3f4341 |
SJIS-WIN | 餓??CA | 100010011110110000111111001111110100001101000001 | 89ec3f3f4341 |
EUC-JP | 餓??CA | 101100101110111000111111001111110100001101000001 | b2ee3f3f4341 |
UTF-8 | 餓귦뢑CA | 1110100110100100100100111110101010110111101001101110101110100010100100010100001101000001 | e9a493eab7a6eba2914341 |
UHC | 餓귦뢑CA | 1110010010111011100000101110110110001111010011000100001101000001 | e4bb82ed8f4c4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)