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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蝸懷梨B | 11100101100101111001110011100101100101111001110001000010 | e5979ce5979c42 |
EUC-JP | 蝸懷梨B | 11101001111101111101100011100111110011011111110001000010 | e9f7d8e7cdfc42 |
UTF-8 | 蝸懷梨B | 11101000100111011011100011100110100001111011011111100110101000101010100001000010 | e89db8e687b7e6a2a842 |
UHC | 蝸懷梨B | 11101000110001001111110011100011110101111101111001000010 | e8c4fce3d7de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)