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 | ?贏 | 001111111110011011010101 | 3fe6d5 |
EUC-JP | 詷贏 | 1000111111011101111010011110110011010111 | 8fdde9ecd7 |
UTF-8 | 詷贏 | 111010001010100110110111111010001011010010001111 | e8a9b7e8b48f |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)