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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 淅?}v淅?}vB | 1001111111000110001111110111110101110110100111111100011000111111011111010111011001000010 | 9fc63f7d769fc63f7d7642 |
EUC-JP | 淅?}v淅?}vB | 1101111011001000001111110111110101110110110111101100100000111111011111010111011001000010 | dec83f7d76dec83f7d7642 |
UTF-8 | 淅띞}v淅띞}vB | 1110011010110111100001011110101110011101100111100111110101110110111001101011011110000101111010111001110110011110011111010111011001000010 | e6b785eb9d9e7d76e6b785eb9d9e7d7642 |
UHC | 淅띞}v淅띞}vB | 11100000101100101000110111010100011111010111011011100000101100101000110111010100011111010111011001000010 | e0b28dd47d76e0b28dd47d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)