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 | □?咸 | 1000000110100000001111111001100111110111 | 81a03f99f7 |
EUC-JP | □?咸 | 1010001010100010001111111101001011111001 | a2a23fd2f9 |
UTF-8 | □룫咸 | 111000101001011010100001111010111010001110101011111001011001001010111000 | e296a1eba3abe592b8 |
UHC | □룫咸 | 101000011110000010001111101000101111100111100000 | a1e08fa2f9e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)