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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | □∫?冀あB | 10000001101000001000000111100111001111111001100101100010100000101010000001000010 | 81a081e73f996282a042 |
EUC-JP | □∫?冀あB | 10100010101000101010001011101001001111111101000111000011101001001010001001000010 | a2a2a2e93fd1c3a4a242 |
UTF-8 | □∫룵冀あB | 11100010100101101010000111100010100010001010101111101011101000111011010111100101100001101000000011100011100000011000001001000010 | e296a1e288abeba3b5e58680e3818242 |
UHC | □∫룵冀あB | 1010000111100000101000011111001010001111101010101101000011101101101010101010001001000010 | a1e0a1f28faad0edaaa242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)