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 | 魍域球蝴琥ュ | 1110100110110001100010001110011010001011100001011110010110011010111000001110011010101101 | e9b188e68b85e59ae0e6ad |
EUC-JP | 魍域球蝴琥ュ | 111100101011001110110000111010001011010111100101111010011111101011100000111010001000111010101101 | f2b3b0e8b5e5e9fae0e88ead |
UTF-8 | 魍域球蝴琥ュ | 111010011010110110001101111001011001111110011111111001111001000010000011111010001001110110110100111001111001000010100101111011111011110110101101 | e9ad8de59f9fe79083e89db4e790a5efbdad |
UHC | ?域球蝴琥? | 00111111111001101011010011001111101110011111101111011101111110111101000000111111 | 3fe6b4cfb9fbddfbd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)