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 | 珥屯? | 1110000011100000100100111101010000111111 | e0e093d43f |
EUC-JP | 珥屯? | 1110000011100010110001101101011000111111 | e0e2c6d63f |
UTF-8 | 珥屯렰 | 111001111000111110100101111001011011000110101111111010111010000010110000 | e78fa5e5b1afeba0b0 |
UHC | 珥屯렰 | 111011001011010011010100111010101000111010111101 | ecb4d4ea8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)