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 | ???BB | 0011111100111111001111110100001001000010 | 3f3f3f4242 |
SJIS-WIN | 上眈ャBB | 10001111111000111110000110111100101011000100001001000010 | 8fe3e1bcac4242 |
EUC-JP | 上眈ャBB | 1011111011100101111000101011111010001110101011000100001001000010 | bee5e2be8eac4242 |
UTF-8 | 上眈ャBB | 1110010010111000100010101110011110011100100010001110111110111101101011000100001001000010 | e4b88ae79c88efbdac4242 |
UHC | 上眈?BB | 11011111101111101111011110101111001111110100001001000010 | dfbef7af3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)