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 | 諢セ髀・ | 111001101000010010111110111010011000111110100101 | e684bee98fa5 |
EUC-JP | 諢セ髀・ | 1110101111100100100011101011111011110001111011111000111010100101 | ebe48ebef1ef8ea5 |
UTF-8 | 諢セ髀・ | 111010001010101110100010111011111011110110111110111010011010101110000000111011111011110110100101 | e8aba2efbdbee9ab80efbda5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)