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 | BTEI@J | 1001001001000010010101001001001001000101100100100100100110010010010000001001001001001010 | 924254924592499240924a |
SJIS-WIN | ?BT?E?I?@?J | 0011111101000010010101000011111101000101001111110100100100111111010000000011111101001010 | 3f42543f453f493f403f4a |
EUC-JP | ?BT?E?I?@?J | 0011111101000010010101000011111101000101001111110100100100111111010000000011111101001010 | 3f42543f453f493f403f4a |
UTF-8 | BTEI@J | 11000010100100100100001001010100110000101001001001000101110000101001001001001001110000101001001001000000110000101001001001001010 | c2924254c29245c29249c29240c2924a |
UHC | ?BT?E?I?@?J | 0011111101000010010101000011111101000101001111110100100100111111010000000011111101001010 | 3f42543f453f493f403f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)