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 | 顫咲刊^ | 11101000111110101000110111100111100010101010011101011110 | e8fa8de78aa75e |
EUC-JP | 顫咲刊^ | 11110000111111001011101011101001101101001010100101011110 | f0fcbae9b4a95e |
UTF-8 | 顫咲刊^ | 11101001101000011010101111100101100100101011001011100101100010001000101001011110 | e9a1abe592b2e5888a5e |
UHC | 顫?刊^ | 111011111011010100111111110010101100101001011110 | efb53fcaca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)