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 | 淨?瀞??甲 | 100111111100010000111111100100111101001000111111001111111000110101100010 | 9fc43f93d23f3f8d62 |
EUC-JP | 淨?瀞??甲 | 110111101100011000111111110001101101010000111111001111111011100111000011 | dec63fc6d43f3fb9c3 |
UTF-8 | 淨렠瀞펜렮甲 | 111001101011011110101000111010111010000010100000111001111000000010011110111011011000111010011100111010111010000010101110111001111001010010110010 | e6b7a8eba0a0e7809eed8e9ceba0aee794b2 |
UHC | 淨렠瀞펜렮甲 | 111011111110010010001110101100011110111111100111110001101110011010001110101110111100101110100011 | efe48eb1efe7c6e68ebbcba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)