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 | 蜈ョ蜑ウ諛 | 1110010110000101101011101110010110001001101100111110011010000111 | e585aee589b3e687 |
EUC-JP | 蜈ョ蜑ウ諛 | 11101001111001011000111010101110111010011110100110001110101100111110101111100111 | e9e58eaee9e98eb3ebe7 |
UTF-8 | 蜈ョ蜑ウ諛 | 111010001001110010001000111011111011110110101110111010001001110010010001111011111011110110110011111010001010101110011011 | e89c88efbdaee89c91efbdb3e8ab9b |
UHC | 蜈???諛 | 11101000101001010011111100111111001111111110101110110000 | e8a53f3f3febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)