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 | ??S??IB | 00111111001111110101001100111111001111110100100101000010 | 3f3f533f3f4942 |
SJIS-WIN | ?讓S?讓IB | 001111111110011010101000010100110011111111100110101010000100100101000010 | 3fe6a8533fe6a84942 |
EUC-JP | 嶴讓S嶴讓IB | 10001111101110111111001111101100101010100101001110001111101110111111001111101100101010100100100101000010 | 8fbbf3ecaa538fbbf3ecaa4942 |
UTF-8 | 嶴讓S嶴讓IB | 111001011011011010110100111010001010111010010011010100111110010110110110101101001110100010101110100100110100100101000010 | e5b6b4e8ae9353e5b6b4e8ae934942 |
UHC | ?讓S?讓IB | 001111111110010111010011010100110011111111100101110100110100100101000010 | 3fe5d3533fe5d34942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)