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 | 蟶ウ竊卓カシ | 111001011011100010110011111000101000011010010001111011001011011010111100 | e5b8b3e28691ecb6bc |
EUC-JP | 蟶ウ竊卓カシ | 111010101011101010001110101100111110001111100110110000101110111010001110101101101000111010111100 | eaba8eb3e3e6c2ee8eb68ebc |
UTF-8 | 蟶ウ竊卓カシ | 111010001001111110110110111011111011110110110011111001111010101110001010111001011000110110010011111011111011110110110110111011111011110110111100 | e89fb6efbdb3e7ab8ae58d93efbdb6efbdbc |
UHC | ??竊卓?? | 0011111100111111111011111011110011110110111100010011111100111111 | 3f3fefbcf6f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)