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 | 鮨雁・俄 | 11101001101111011000101011100101101001011000100111100010 | e9bd8ae5a589e2 |
EUC-JP | 鮨雁・俄 | 1111001010111111101101001110011110001110101001011011001011100100 | f2bfb4e78ea5b2e4 |
UTF-8 | 鮨雁・俄 | 111010011010111010101000111010011001101110000001111011111011110110100101111001001011111110000100 | e9aea8e99b81efbda5e4bf84 |
UHC | ?雁?俄 | 001111111110010011010010001111111110010010101101 | 3fe4d23fe4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)