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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 螢ッ繧壱xH | 11100101101000111010111111100011100000101000100011101011100000101001100001001000 | e5a3afe38288eb829848 |
EUC-JP | 螢ッ繧壱xH | 1110101010100101100011101010111111100101111000101011000011101101101000111111100001001000 | eaa58eafe5e2b0eda3f848 |
UTF-8 | 螢ッ繧壱xH | 11101000100111101010001011101111101111011010111111100111101110011010011111100101101000111011000111101111101111011001100001001000 | e89ea2efbdafe7b9a7e5a3b1efbd9848 |
UHC | 螢???xH | 1111101110101011001111110011111100111111101000111111100001001000 | fbab3f3f3fa3f848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)