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 | 猥??奧?? | 1110000011001110001111110011111110011010111110100011111100111111 | e0ce3f3f9afa3f3f |
EUC-JP | 猥??奧?? | 1110000011010000001111110011111111010100111111000011111100111111 | e0d03f3fd4fc3f3f |
UTF-8 | 猥덃윺奧딂덱 | 111001111000110010100101111010111000110110000011111011001001110010111010111001011010010110100111111010111001010010000010111010111000110110110001 | e78ca5eb8d83ec9cbae5a5a7eb9482eb8db1 |
UHC | 猥덃윺奧딂덱 | 111010001110010110001000111001101001111110110100111001111111001110001010111010001011010110100110 | e8e588e69fb4e7f38ae8b5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)