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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???兪 | 0011111100111111001111111001100101100000 | 3f3f3f9960 |
EUC-JP | ???兪 | 0011111100111111001111111101000111000001 | 3f3f3fd1c1 |
UTF-8 | 롚롁렳兪 | 111010111010000110011010111010111010000110000001111010111010000010110011111001011000010110101010 | eba19aeba181eba0b3e585aa |
UHC | 롚롁렳兪 | 1000111011011110100011101100100010001110110000001110101011100100 | 8ede8ec88ec0eae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)