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 | 終蝎?梯?霆 | 10001111010010011110010110011001001111111001001011110010001111111110100010111011 | 8f49e5993f92f23fe8bb |
EUC-JP | 終蝎?梯?霆 | 10111101101010101110100111111001001111111100010011110100001111111111000010111101 | bdaae9f93fc4f43ff0bd |
UTF-8 | 終蝎깥梯렲霆 | 111001111011010110000010111010001001110110001110111010101011100110100101111001101010001010101111111010111010000010110010111010011001110010000110 | e7b582e89d8eeab9a5e6a2afeba0b2e99c86 |
UHC | 終蝎깥梯렲霆 | 111100001111101111001010111010011011000111111001111100001010110010001110101111111110111111111101 | f0fbcae9b1f9f0ac8ebfeffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)