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 | 搖??維? | 10011101100010100011111100111111100010001101101100111111 | 9d8a3f3f88db3f |
EUC-JP | 搖??維? | 11011001111010100011111100111111101100001101110100111111 | d9ea3f3fb0dd3f |
UTF-8 | 搖깃껴維붹 | 111001101001000010010110111010101011100110000011111010101011101110110100111001111011011010101101111010111011011010111001 | e69096eab983eabbb4e7b6adebb6b9 |
UHC | 搖깃껴維붹 | 11101000111101001011000111101010101100101011100011101011101010111001010011100110 | e8f4b1eab2b8ebab94e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)