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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 也ゆ?^ | 100101101110011110000010111001000011111101011110 | 96e782e43f5e |
EUC-JP | 也ゆ?^ | 110011001110100110100100111001100011111101011110 | cce9a4e63f5e |
UTF-8 | 也ゆ㉬^ | 11100100101110011001111111100011100000101000011011100011100010011010110001011110 | e4b99fe38286e389ac5e |
UHC | 也ゆ㉬^ | 11100101101001011010101011100110101010001011110101011110 | e5a5aae6a8bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)