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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 熊?淫?? | 10001100010001100011111110001000111110100011111100111111 | 8c463f88fa3f3f |
EUC-JP | 熊?淫?? | 10110111101001110011111110110000111111000011111100111111 | b7a73fb0fc3f3f |
UTF-8 | 熊렭淫꿰렞 | 111001111000011010001010111010111010000010101101111001101011011110101011111010101011111110110000111010111010000010011110 | e7868aeba0ade6b7abeabfb0eba09e |
UHC | 熊렭淫꿰렞 | 11101010101010001000111010111010111010111110001010110010111001111000111010101111 | eaa88ebaebe2b2e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)