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 | 蜈ョ鬢ス謔ウ | 111001011000010110101110111010011010010010111101111001101000001010110011 | e585aee9a4bde682b3 |
EUC-JP | 蜈ョ鬢ス謔ウ | 111010011110010110001110101011101111001010100110100011101011110111101011111000101000111010110011 | e9e58eaef2a68ebdebe28eb3 |
UTF-8 | 蜈ョ鬢ス謔ウ | 111010001001110010001000111011111011110110101110111010011010110010100010111011111011110110111101111010001010110010010100111011111011110110110011 | e89c88efbdaee9aca2efbdbde8ac94efbdb3 |
UHC | 蜈???謔? | 1110100010100101001111110011111100111111111110011100110000111111 | e8a53f3f3ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)