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 | ?hn}v?hn}vB | 0011111101101000011011100111110101110110001111110110100001101110011111010111011001000010 | 3f686e7d763f686e7d7642 |
SJIS-WIN | ?hn}v?hn}vB | 0011111101101000011011100111110101110110001111110110100001101110011111010111011001000010 | 3f686e7d763f686e7d7642 |
EUC-JP | ?hn}v?hn}vB | 0011111101101000011011100111110101110110001111110110100001101110011111010111011001000010 | 3f686e7d763f686e7d7642 |
UTF-8 | ℑhn}vℑhn}vB | 111000101000010010010001011010000110111001111101011101101110001010000100100100010110100001101110011111010111011001000010 | e28491686e7d76e28491686e7d7642 |
UHC | ?hn}v?hn}vB | 0011111101101000011011100111110101110110001111110110100001101110011111010111011001000010 | 3f686e7d763f686e7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)