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 | 11100101101000111010110011111010101110011001100111100010100101001010000001000010 | e5a3acfab999e294a042 |
EUC-JP | 螢ャ彧吮箱B | 111010101010010110001110101011001000111110111100111111101101001011100100110010001010001001000010 | eaa58eac8fbcfed2e4c8a242 |
UTF-8 | 螢ャ彧吮箱B | 11101000100111101010001011101111101111011010110011100101101111011010011111100101100100001010111011100111101011101011000101000010 | e89ea2efbdace5bda7e590aee7aeb142 |
UHC | 螢?彧?箱B | 111110111010101100111111111010011110111000111111110111111101010101000010 | fbab3fe9ee3fdfd542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)