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 | 終蝎?梯? | 1000111101001001111001011001100100111111100100101111001000111111 | 8f49e5993f92f23f |
EUC-JP | 終蝎?梯? | 1011110110101010111010011111100100111111110001001111010000111111 | bdaae9f93fc4f43f |
UTF-8 | 終蝎깥梯렲 | 111001111011010110000010111010001001110110001110111010101011100110100101111001101010001010101111111010111010000010110010 | e7b582e89d8eeab9a5e6a2afeba0b2 |
UHC | 終蝎깥梯렲 | 11110000111110111100101011101001101100011111100111110000101011001000111010111111 | f0fbcae9b1f9f0ac8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)