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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 熊?淫??? | 1000110001000110001111111000100011111010001111110011111100111111 | 8c463f88fa3f3f3f |
EUC-JP | 熊?淫??? | 1011011110100111001111111011000011111100001111110011111100111111 | b7a73fb0fc3f3f3f |
UTF-8 | 熊렭淫꿰렞렗 | 111001111000011010001010111010111010000010101101111001101011011110101011111010101011111110110000111010111010000010011110111010111010000010010111 | e7868aeba0ade6b7abeabfb0eba09eeba097 |
UHC | 熊렭淫꿰렞렗 | 111010101010100010001110101110101110101111100010101100101110011110001110101011111000111010101100 | eaa88ebaebe2b2e78eaf8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)