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 | 癲??依? | 11100001100111110011111100111111100010001100101100111111 | e19f3f3f88cb3f |
EUC-JP | 癲??依? | 11100010101000010011111100111111101100001100110100111111 | e2a13f3fb0cd3f |
UTF-8 | 癲뚮맫依찯 | 111001111001100110110010111010111001101010101110111010111010011110101011111001001011111010011101111011001011000010101111 | e799b2eb9aaeeba7abe4be9decb0af |
UHC | 癲뚮맫依찯 | 11101111101001101000110011101011100100001011001111101011111011101010101001000110 | efa68ceb90b3ebeeaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)