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 | 萇ミッ | 111001001100011111010000111100101101010110101111 | e4c7d0f2d5af |
EUC-JP | 萇ミ?ッ | 11101000110010011000111011010000001111111000111010101111 | e8c98ed03f8eaf |
UTF-8 | 萇ミッ | 111010001001000010000111111011111011111010010000111011101000100010001100111011111011110110101111 | e89087efbe90ee888cefbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)