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 | 剰汜^ | 10001111111010001111101011110110111110011111101101011110 | 8fe8faf6f9fb5e |
EUC-JP | 剰汜?^ | 10111110111010101000111111000110111000000011111101011110 | beea8fc6e03f5e |
UTF-8 | 剰汜^ | 11100101100010011011000011100110101100011001110011101110100111011001011001011110 | e589b0e6b19cee9d965e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)