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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 迢「@迢「@B | 111001111000101110100010010000001110011110001011101000100100000001000010 | e78ba240e78ba24042 |
EUC-JP | 迢「@迢「@B | 1110110111101011100011101010001001000000111011011110101110001110101000100100000001000010 | edeb8ea240edeb8ea24042 |
UTF-8 | 迢「@迢「@B | 111010001011111110100010111011111011110110100010010000001110100010111111101000101110111110111101101000100100000001000010 | e8bfa2efbda240e8bfa2efbda24042 |
UHC | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)