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 | 鳫ー螯ィ昭瑟 | 11101001111011011011000011100101101001101010100010001111101110101110000011101100 | e9edb0e5a6a88fbae0ec |
EUC-JP | 鳫ー螯ィ昭瑟 | 111100101110111110001110101100001110101010101000100011101010100010111110101111001110000011101110 | f2ef8eb0eaa88ea8bebce0ee |
UTF-8 | 鳫ー螯ィ昭瑟 | 111010011011001110101011111011111011110110110000111010001001111010101111111011111011110110101000111001101001100010101101111001111001000110011111 | e9b3abefbdb0e89eafefbda8e698ade7919f |
UHC | ????昭瑟 | 0011111100111111001111110011111111100001101110011110001110100010 | 3f3f3f3fe1b9e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)