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 | 迢ケ蟶矩エ」 | 111001111000101110111001111001011011100010001011111010011011010010100011 | e78bb9e5b88be9b4a3 |
EUC-JP | 迢ケ蟶矩エ」 | 111011011110101110001110101110011110101010111010101101101110101110001110101101001000111010100011 | edeb8eb9eabab6eb8eb48ea3 |
UTF-8 | 迢ケ蟶矩エ」 | 111010001011111110100010111011111011110110111001111010001001111110110110111001111001111110101001111011111011110110110100111011111011110110100011 | e8bfa2efbdb9e89fb6e79fa9efbdb4efbda3 |
UHC | ???矩?? | 00111111001111110011111111001111101110110011111100111111 | 3f3f3fcfbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)