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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褫主・ | 1110010111110011100011101110010110100101 | e5f38ee5a5 |
EUC-JP | 褫主・ | 111010101111010110111100111001111000111010100101 | eaf5bce78ea5 |
UTF-8 | 褫主・ | 111010001010010010101011111001001011100010111011111011111011110110100101 | e8a4abe4b8bbefbda5 |
UHC | ?主? | 00111111111100011010101100111111 | 3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)