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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 曠鬩曠秧^ | 100111100100010011101001101010011001111001000100111000100101111001011110 | 9e44e9a99e44e25e5e |
EUC-JP | 曠鬩曠秧^ | 110110111010010111110010101010111101101110100101111000111011111101011110 | dba5f2abdba5e3bf5e |
UTF-8 | 曠鬩曠秧^ | 11100110100110111010000011101001101011001010100111100110100110111010000011100111101001111010011101011110 | e69ba0e9aca9e69ba0e7a7a75e |
UHC | 曠?曠秧^ | 1100111011000111001111111100111011000111111001001110101101011110 | cec73fcec7e4eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)