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 | PQBF | 100100100101000010010010010100010100001001000110 | 925092514246 |
SJIS-WIN | ?P?QBF | 001111110101000000111111010100010100001001000110 | 3f503f514246 |
EUC-JP | ?P?QBF | 001111110101000000111111010100010100001001000110 | 3f503f514246 |
UTF-8 | PQBF | 1100001010010010010100001100001010010010010100010100001001000110 | c29250c292514246 |
UHC | ?P?QBF | 001111110101000000111111010100010100001001000110 | 3f503f514246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)