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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 赦煮G | 1000111011001101100011101100111101000111 | 8ecd8ecf47 |
EUC-JP | 赦煮G | 1011110011001111101111001101000101000111 | bccfbcd147 |
UTF-8 | 赦煮G | 11101000101101011010011011100111100001011010111001000111 | e8b5a6e785ae47 |
UHC | 赦煮G | 1101111011110101111011011011010001000111 | def5edb447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)