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 | ?^`?^OB | 00111111010111100110000000111111010111100100111101000010 | 3f5e603f5e4f42 |
SJIS-WIN | ?^`?^OB | 00111111010111100110000000111111010111100100111101000010 | 3f5e603f5e4f42 |
EUC-JP | ?^`?^OB | 00111111010111100110000000111111010111100100111101000010 | 3f5e603f5e4f42 |
UTF-8 | 묭^`묭^OB | 1110101110101100101011010101111001100000111010111010110010101101010111100100111101000010 | ebacad5e60ebacad5e4f42 |
UHC | 묭^`묭^OB | 100100100100010001011110011000001001001001000100010111100100111101000010 | 92445e6092445e4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)