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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??蛙^ | 0011111100111111100010100101111001011110 | 3f3f8a5e5e |
EUC-JP | ?薏蛙^ | 00111111100011111101100111011110101100111011111101011110 | 3f8fd9deb3bf5e |
UTF-8 | 뤺薏蛙^ | 11101011101001001011101011101000100101101000111111101000100110111001100101011110 | eba4bae8968fe89b995e |
UHC | 뤺薏蛙^ | 10001111111010001110101111111011111010001100001101011110 | 8fe8ebfbe8c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)