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 | 11100101101101111110011111110100011111010111011011100101101101111110011111110100011111010111011001000010 | e5b7e7f47d76e5b7e7f47d7642 |
EUC-JP | 蟾鉚}v蟾鉚}vB | 11101010101110011110111011110110011111010111011011101010101110011110111011110110011111010111011001000010 | eab9eef67d76eab9eef67d7642 |
UTF-8 | 蟾鉚}v蟾鉚}vB | 1110100010011111101111101110100110001001100110100111110101110110111010001001111110111110111010011000100110011010011111010111011001000010 | e89fbee9899a7d76e89fbee9899a7d7642 |
UHC | 蟾?}v蟾?}vB | 1110000011101010001111110111110101110110111000001110101000111111011111010111011001000010 | e0ea3f7d76e0ea3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)