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 | 錚??? | 1110100001000010001111110011111100111111 | e8423f3f3f |
EUC-JP | 錚??? | 1110111110100011001111110011111100111111 | efa33f3f3f |
UTF-8 | 錚렦綎렫 | 111010011000110010011010111010111010000010100110111001111011011010001110111010111010000010101011 | e98c9aeba0a6e7b68eeba0ab |
UHC | 錚렦綎렫 | 1110111010110110100011101011010111101111111100101000111010111001 | eeb68eb5eff28eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)