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 | 赦猖篠 | 100011101100110111100000110010011000111011000010 | 8ecde0c98ec2 |
EUC-JP | 赦猖篠 | 101111001100111111100000110010111011110011000100 | bccfe0cbbcc4 |
UTF-8 | 赦猖篠 | 111010001011010110100110111001111000110010010110111001111010111110100000 | e8b5a6e78c96e7afa0 |
UHC | 赦猖篠 | 110111101111010111110011111010011110000111000110 | def5f3e9e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)