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 | 爭???押? | 1110000010100101001111110011111100111111100010011001111100111111 | e0a53f3f3f899f3f |
EUC-JP | 爭?鋌?押? | 11100000101001110011111110001111111001001011101100111111101100101010000100111111 | e0a73f8fe4bb3fb2a13f |
UTF-8 | 爭렏鋌렱押렮 | 111001111000100010101101111010111010000010001111111010011000101110001100111010111010000010110001111001101000101010111100111010111010000010101110 | e788adeba08fe98b8ceba0b1e68abceba0ae |
UHC | 爭렏鋌렱押렮 | 111011101011001110001110101001011110111111111011100011101011111011100100111000111000111010111011 | eeb38ea5effb8ebee4e38ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)