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 | 猥??鸚?? | 1110000011001110001111110011111111101010010111110011111100111111 | e0ce3f3fea5f3f3f |
EUC-JP | 猥??鸚?? | 1110000011010000001111110011111111110011110000000011111100111111 | e0d03f3ff3c03f3f |
UTF-8 | 猥덃뼔鸚김썔 | 111001111000110010100101111010111000110110000011111010111011110010010100111010011011100010011010111010101011100110000000111011001000110110010100 | e78ca5eb8d83ebbc94e9b89aeab980ec8d94 |
UHC | 猥덃뼔鸚김썔 | 111010001110010110001000111001101001011010011100111001011010010010110001111010001001101110000111 | e8e588e6969ce5a4b1e89b87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)