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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 韈フ遒ンB | 11101000111001111100110011100111101000101101110101000010 | e8e7cce7a2dd42 |
EUC-JP | 韈フ遒ンB | 111100001110100110001110110011001110111010100100100011101101110101000010 | f0e98ecceea48edd42 |
UTF-8 | 韈フ遒ンB | 11101001100111111000100011101111101111101000110011101001100000011001001011101111101111101001110101000010 | e99f88efbe8ce98192efbe9d42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)