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 | 爭?猿?咫龍 | 11100000101001010011111110001001100011100011111110011010010000001001011110110100 | e0a53f898e3f9a4097b4 |
EUC-JP | 爭?猿?咫龍 | 11100000101001110011111110110001111011100011111111010011101000011100111010110110 | e0a73fb1ee3fd3a1ceb6 |
UTF-8 | 爭렏猿렍咫龍 | 111001111000100010101101111010111010000010001111111001111000110010111111111010111010000010001101111001011001001010101011111010011011111010001101 | e788adeba08fe78cbfeba08de592abe9be8d |
UHC | 爭렏猿렍咫龍 | 111011101011001110001110101001011110101010111011100011101010001111110010101000011101011110100011 | eeb38ea5eabb8ea3f2a1d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)