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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 螢戊侮驪クB | 11100101101000111001010111101000100101011000111011101001100010111011100001000010 | e5a395e8958ee98bb842 |
EUC-JP | 螢戊侮驪クB | 1110101010100101110010101110101011001001111011101111000111101011100011101011100001000010 | eaa5caeac9eef1eb8eb842 |
UTF-8 | 螢戊侮驪クB | 11101000100111101010001011100110100010001000101011100100101111101010111011101001101010011010101011101111101111011011100001000010 | e89ea2e6888ae4beaee9a9aaefbdb842 |
UHC | 螢戊侮驪?B | 11111011101010111101100111100110110110011011001011010101111100010011111101000010 | fbabd9e6d9b2d5f13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)