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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邉カ荵厘「 | 1110011110110011101101101110010010111001100101111101000010100010 | e7b3b6e4b997d0a2 |
EUC-JP | 邉カ荵厘「 | 11101110101101011000111010110110111010001011101111001110110100101000111010100010 | eeb58eb6e8bbced28ea2 |
UTF-8 | 邉カ荵厘「 | 111010011000001010001001111011111011110110110110111010001000110110110101111001011000111010011000111011111011110110100010 | e98289efbdb6e88db5e58e98efbda2 |
UHC | ???厘? | 001111110011111100111111110101111101100000111111 | 3f3f3fd7d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)