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 | 鋺壽刀 | 111001111111101010011010111001101001001110000001 | e7fa9ae69381 |
EUC-JP | 鋺壽刀 | 111011101111110011010100111010001100010111100001 | eefcd4e8c5e1 |
UTF-8 | 鋺壽刀 | 111010011000101110111010111001011010001110111101111001011000100010000000 | e98bbae5a3bde58880 |
UHC | ?壽刀 | 0011111111100001111110001101001111101111 | 3fe1f8d3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)