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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紂¥た | 111000110100000010000001100011111000001010111101 | e340818f82bd |
EUC-JP | 紂¥た | 111001011010000110100001111011111010010010111111 | e5a1a1efa4bf |
UTF-8 | 紂¥た | 111001111011010010000010111011111011111110100101111000111000000110011111 | e7b482efbfa5e3819f |
UHC | 紂¥た | 111100011100010010100001110011011010101010111111 | f1c4a1cdaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)