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 | ネ骼ス嫉鴾 | 11110000101001011100100011101001100011101011110110001110101110011110100111111010 | f0a5c8e98ebd8eb9e9fa |
EUC-JP | ?ネ骼ス嫉鴾 | 0011111110001110110010001111000111101110100011101011110110111100101110111111001011111100 | 3f8ec8f1ee8ebdbcbbf2fc |
UTF-8 | ネ骼ス嫉鴾 | 111011101000000110100100111011111011111010001000111010011010101010111100111011111011110110111101111001011010101110001001111010011011010010111110 | ee81a4efbe88e9aabcefbdbde5ab89e9b4be |
UHC | ????嫉? | 00111111001111110011111100111111111100101110110000111111 | 3f3f3f3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)