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 | 薹豪蛙 | 111001010101011010001101100010111000101001011110 | e5568d8b8a5e |
EUC-JP | 薹豪蛙 | 111010011011011110111001111010111011001110111111 | e9b7b9ebb3bf |
UTF-8 | 薹豪蛙 | 111010001001011010111001111010001011000110101010111010001001101110011001 | e896b9e8b1aae89b99 |
UHC | ?豪蛙 | 0011111111111011110111111110100011000011 | 3ffbdfe8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)