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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 珥???? | 111000001110000000111111001111110011111100111111 | e0e03f3f3f3f |
EUC-JP | 珥???? | 111000001110001000111111001111110011111100111111 | e0e23f3f3f3f |
UTF-8 | 珥讀렯쇠렖 | 111001111000111110100101111011111010010110011010111010111010000010101111111011001000011110100000111010111010000010010110 | e78fa5efa59aeba0afec87a0eba096 |
UHC | 珥讀렯쇠렖 | 11101100101101001101010011100110100011101011110010111100111010001000111010101011 | ecb4d4e68ebcbce88eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)