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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鬲夥「珠萱F | 11101001101011011001101011101100101000101000111011101100100010101001111001000110 | e9ad9aeca28eec8a9e46 |
EUC-JP | 鬲夥「珠萱F | 1111001010101111110101001110111010001110101000101011110011101110101100111111111001000110 | f2afd4ee8ea2bceeb3fe46 |
UTF-8 | 鬲夥「珠萱F | 11101001101011001011001011100101101001001010010111101111101111011010001011100111100011111010000011101000100100001011000101000110 | e9acb2e5a4a5efbda2e78fa0e890b146 |
UHC | ???珠萱F | 0011111100111111001111111111000111000001111111011100000001000110 | 3f3f3ff1c1fdc046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)