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 | 髢シ蟶カ蜑ス | 111010011001011010111100111001011011100010110110111001011000100110111101 | e996bce5b8b6e589bd |
EUC-JP | 髢シ蟶カ蜑ス | 111100011111011010001110101111001110101010111010100011101011011011101001111010011000111010111101 | f1f68ebceaba8eb6e9e98ebd |
UTF-8 | 髢シ蟶カ蜑ス | 111010011010101110100010111011111011110110111100111010001001111110110110111011111011110110110110111010001001110010010001111011111011110110111101 | e9aba2efbdbce89fb6efbdb6e89c91efbdbd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)