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 | 繒??蔚? | 11111011100011110011111100111111100010010101010100111111 | fb8f3f3f89553f |
EUC-JP | 繒??蔚? | 1000111111010100110101000011111100111111101100011011011000111111 | 8fd4d43f3fb1b63f |
UTF-8 | 繒ㅷ볐蔚렡 | 111001111011100110010010111000111000010110110111111010111011001110010000111010001001010010011010111010111010000010100001 | e7b992e385b7ebb390e8949aeba0a1 |
UHC | 繒ㅷ볐蔚렡 | 11110001111110011010010011100111101110101011001111101010101001011000111010110010 | f1f9a4e7bab3eaa58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)