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 | 鋺雁シ穂 | 11100111111110101000101011100101101111001001010111100100 | e7fa8ae5bc95e4 |
EUC-JP | 鋺雁シ穂 | 1110111011111100101101001110011110001110101111001100101011100110 | eefcb4e78ebccae6 |
UTF-8 | 鋺雁シ穂 | 111010011000101110111010111010011001101110000001111011111011110110111100111001111010100110000010 | e98bbae99b81efbdbce7a982 |
UHC | ?雁?? | 0011111111100100110100100011111100111111 | 3fe4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)