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 | 拙??燿 | 100100001101100100111111001111111110000010100000 | 90d93f3fe0a0 |
EUC-JP | 拙??燿 | 110000001101101100111111001111111110000010100010 | c0db3f3fe0a2 |
UTF-8 | 拙흖떴燿 | 111001101000101110011001111011011001110110010110111010111001011010110100111001111000011110111111 | e68b99ed9d96eb96b4e787bf |
UHC | 拙흖떴燿 | 1111000011110000110010001110100010110110101110011110100011111100 | f0f0c8e8b6b9e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)