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 | 翹マツ | 111000111100100111001111110000101111011011000101 | e3c9cfc2f6c5 |
EUC-JP | 翹マツ? | 11100110110010111000111011001111100011101100001000111111 | e6cb8ecf8ec23f |
UTF-8 | 翹マツ | 111001111011111110111001111011111011111010001111111011111011111010000010111011101001001110101100 | e7bfb9efbe8fefbe82ee93ac |
UHC | 翹??? | 1100111011101110001111110011111100111111 | ceee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)