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 | ???燿 | 0011111100111111001111111110000010100000 | 3f3f3fe0a0 |
EUC-JP | 塡??燿 | 10001111101110001011010000111111001111111110000010100010 | 8fb8b43f3fe0a2 |
UTF-8 | 塡재쨀燿 | 111001011010000110100001111011001001111010101100111011001010100010000000111001111000011110111111 | e5a1a1ec9eaceca880e787bf |
UHC | 塡재쨀燿 | 1110111011110011110000001110011111000010101100111110100011111100 | eef3c0e7c2b3e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)