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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涅??燿 | 100111111011100000111111001111111110000010100000 | 9fb83f3fe0a0 |
EUC-JP | 涅??燿 | 110111101011101000111111001111111110000010100010 | deba3f3fe0a2 |
UTF-8 | 涅욥뫎燿 | 111001101011011010000101111011001001101010100101111010111010101110001110111001111000011110111111 | e6b685ec9aa5ebab8ee787bf |
UHC | 涅욥뫎燿 | 1110011011101110101111111110100110010001101100001110100011111100 | e6eebfe991b0e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)