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 | 疑?已??? | 1000101101011110001111111001101111011111001111110011111100111111 | 8b5e3f9bdf3f3f3f |
EUC-JP | 疑?已??? | 1011010110111111001111111101011011100001001111110011111100111111 | b5bf3fd6e13f3f3f |
UTF-8 | 疑렏已띠렟렫 | 111001111001011010010001111010111010000010001111111001011011011110110010111010111001110110100000111010111010000010011111111010111010000010101011 | e79691eba08fe5b7b2eb9da0eba09feba0ab |
UHC | 疑렏已띠렟렫 | 111010111111011110001110101001011110110010101011101101101110110010001110101100001000111010111001 | ebf78ea5ecabb6ec8eb08eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)