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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蹟????龍 | 1001000011010110001111110011111100111111001111111001011110110100 | 90d63f3f3f3f97b4 |
EUC-JP | 蹟????龍 | 1100000011011000001111110011111100111111001111111100111010110110 | c0d83f3f3f3fceb6 |
UTF-8 | 蹟렱롋뀌렢龍 | 111010001011100110011111111010111010000010110001111010111010000110001011111010111000000010001100111010111010000010100010111010011011111010001101 | e8b99feba0b1eba18beb808ceba0a2e9be8d |
UHC | 蹟렱롋뀌렢龍 | 111011101110011110001110101111101000111011010001101100101110111010001110101100111101011110100011 | eee78ebe8ed1b2ee8eb3d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)