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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?豸謖讎 | 00111111111001101011011011100110100011001110011010100110 | 3fe6b6e68ce6a6 |
EUC-JP | 訑豸謖讎 | 100011111101110111000111111011001011100011101011111011001110110010101000 | 8fddc7ecb8ebececa8 |
UTF-8 | 訑豸謖讎 | 111010001010100010010001111010001011000110111000111010001010110010010110111010001010111010001110 | e8a891e8b1b8e8ac96e8ae8e |
UHC | ??謖? | 0011111100111111111000011101101000111111 | 3f3fe1da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)