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 | 1000101111111001001111110111110101110110100010111111100100111111011111010111011001000010 | 8bf93f7d768bf93f7d7642 |
EUC-JP | 櫛?}v櫛?}vB | 1011011011111011001111110111110101110110101101101111101100111111011111010111011001000010 | b6fb3f7d76b6fb3f7d7642 |
UTF-8 | 櫛렗}v櫛렗}vB | 1110011010101011100110111110101110100000100101110111110101110110111001101010101110011011111010111010000010010111011111010111011001000010 | e6ab9beba0977d76e6ab9beba0977d7642 |
UHC | 櫛렗}v櫛렗}vB | 11110001111011101000111010101100011111010111011011110001111011101000111010101100011111010111011001000010 | f1ee8eac7d76f1ee8eac7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)