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 | 猥??怡? | 11100000110011100011111100111111100111000111110100111111 | e0ce3f3f9c7d3f |
EUC-JP | 猥??怡? | 11100000110100000011111100111111110101111101111000111111 | e0d03f3fd7de3f |
UTF-8 | 猥뚳퐦怡퇗 | 111001111000110010100101111010111001101010110011111011011001000010100110111001101000000010100001111011011000011110010111 | e78ca5eb9ab3ed90a6e680a1ed8797 |
UHC | 猥뚳퐦怡퇗 | 11101000111001011000110011101111101111011000111111101100101011101011100001001000 | e8e58cefbd8fecaeb848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)