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 | ??蛙? | 0011111100111111100010100101111000111111 | 3f3f8a5e3f |
EUC-JP | ??蛙? | 0011111100111111101100111011111100111111 | 3f3fb3bf3f |
UTF-8 | 롂렡蛙렍 | 111010111010000110000010111010111010000010100001111010001001101110011001111010111010000010001101 | eba182eba0a1e89b99eba08d |
UHC | 롂렡蛙렍 | 1000111011001001100011101011001011101000110000111000111010100011 | 8ec98eb2e8c38ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)