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 | IK¥B | 10010010010010011001001001001011100100011010010101000010 | 9249924b91a542 |
SJIS-WIN | ?I?K?¥B | 0011111101001001001111110100101100111111100000011000111101000010 | 3f493f4b3f818f42 |
EUC-JP | ?I?K??B | 00111111010010010011111101001011001111110011111101000010 | 3f493f4b3f3f42 |
UTF-8 | IK¥B | 1100001010010010010010011100001010010010010010111100001010010001110000101010010101000010 | c29249c2924bc291c2a542 |
UHC | ?I?K??B | 00111111010010010011111101001011001111110011111101000010 | 3f493f4b3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)