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??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
SJIS-WIN | 蓿、v蓿、v^ | 111001001111000010100100011101101110010011110000101001000111011001011110 | e4f0a476e4f0a4765e |
EUC-JP | 蓿、v蓿、v^ | 1110100011110010100011101010010001110110111010001111001010001110101001000111011001011110 | e8f28ea476e8f28ea4765e |
UTF-8 | 蓿、v蓿、v^ | 111010001001001110111111111011111011110110100100011101101110100010010011101111111110111110111101101001000111011001011110 | e893bfefbda476e893bfefbda4765e |
UHC | ??v??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)