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 | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
SJIS-WIN | 「ョゥュrB | 101000101010111010101001101011010111001001000010 | a2aea9ad7242 |
EUC-JP | 「ョゥュrB | 10001110101000101000111010101110100011101010100110001110101011010111001001000010 | 8ea28eae8ea98ead7242 |
UTF-8 | 「ョゥュrB | 1110111110111101101000101110111110111101101011101110111110111101101010011110111110111101101011010111001001000010 | efbda2efbdaeefbda9efbdad7242 |
UHC | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)