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 | 赦鞆篠 | 100011101100110111101000110110111000111011000010 | 8ecde8db8ec2 |
EUC-JP | 赦鞆篠 | 101111001100111111110000110111011011110011000100 | bccff0ddbcc4 |
UTF-8 | 赦鞆篠 | 111010001011010110100110111010011001111010000110111001111010111110100000 | e8b5a6e99e86e7afa0 |
UHC | 赦?篠 | 1101111011110101001111111110000111000110 | def53fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)