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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 浴耀 | 10010111100000011001011101110011 | 97819773 |
EUC-JP | 浴耀 | 11001101111000011100110111010100 | cde1cdd4 |
UTF-8 | 浴耀 | 111001101011010110110100111010001000000010000000 | e6b5b4e88080 |
UHC | 浴耀 | 11101001101100011110100110100101 | e9b1e9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)