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 | 鵄湿辞 | 11101001111101011000111010111100111100001011100110001110101010111111001010110111 | e9f58ebcf0b98eabf2b7 |
EUC-JP | 鵄湿?辞? | 1111001011110111101111001011111000111111101111001010110100111111 | f2f7bcbe3fbcad3f |
UTF-8 | 鵄湿辞 | 111010011011010110000100111001101011100110111111111011101000000110111000111010001011111010011110111011101000011110101110 | e9b584e6b9bfee81b8e8be9eee87ae |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)