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 | 瀞????阜 | 1001001111010010001111110011111100111111001111111001010110001100 | 93d23f3f3f3f958c |
EUC-JP | 瀞????阜 | 1100011011010100001111110011111100111111001111111100100111101100 | c6d43f3f3f3fc9ec |
UTF-8 | 瀞렱롋뀌렢阜 | 111001111000000010011110111010111010000010110001111010111010000110001011111010111000000010001100111010111010000010100010111010011001100010011100 | e7809eeba0b1eba18beb808ceba0a2e9989c |
UHC | 瀞렱롋뀌렢阜 | 111011111110011110001110101111101000111011010001101100101110111010001110101100111101110110111101 | efe78ebe8ed1b2ee8eb3ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)