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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?暑 | 001111111000111110001011 | 3f8f8b |
EUC-JP | ?暑 | 001111111011110111101011 | 3fbdeb |
UTF-8 | 뤹暑 | 111010111010010010111001111001101001101010010001 | eba4b9e69a91 |
UHC | 뤹暑 | 10001111111001111101111111110100 | 8fe7dff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)