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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 旿??饔?Ŧ | 100011111100000111110100001111110011111110001111111010001110111100111111100011111010100110101111 | 8fc1f43f3f8fe8ef3f8fa9af |
UTF-8 | 旿싷쉴饔ㅷŦ | 1110011010010111101111111110110010001011101101111110110010001001101101001110100110100101100101001110001110000101101101111100010110100110 | e697bfec8bb7ec89b4e9a594e385b7c5a6 |
UHC | 旿싷쉴饔ㅷŦ | 111001111111101010011010111011111011110110101111111010001011110110100100111001111010100010101110 | e7fa9aefbdafe8bda4e7a8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)