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 | 螢、繝ゥ繧ョ | 111001011010001110100100111000111000001110101001111000111000001010101110 | e5a3a4e383a9e382ae |
EUC-JP | 螢、繝ゥ繧ョ | 111010101010010110001110101001001110010111100011100011101010100111100101111000101000111010101110 | eaa58ea4e5e38ea9e5e28eae |
UTF-8 | 螢、繝ゥ繧ョ | 111010001001111010100010111011111011110110100100111001111011100110011101111011111011110110101001111001111011100110100111111011111011110110101110 | e89ea2efbda4e7b99defbda9e7b9a7efbdae |
UHC | 螢????? | 11111011101010110011111100111111001111110011111100111111 | fbab3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)