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 | 蹟????阜 | 1001000011010110001111110011111100111111001111111001010110001100 | 90d63f3f3f3f958c |
EUC-JP | 蹟????阜 | 1100000011011000001111110011111100111111001111111100100111101100 | c0d83f3f3f3fc9ec |
UTF-8 | 蹟렱롋뀌렢阜 | 111010001011100110011111111010111010000010110001111010111010000110001011111010111000000010001100111010111010000010100010111010011001100010011100 | e8b99feba0b1eba18beb808ceba0a2e9989c |
UHC | 蹟렱롋뀌렢阜 | 111011101110011110001110101111101000111011010001101100101110111010001110101100111101110110111101 | eee78ebe8ed1b2ee8eb3ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)