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 | 1110000010110001110111101110100101000010 | e0b1dee942 |
SJIS-WIN | ?±??B | 001111111000000101111101001111110011111101000010 | 3f817d3f3f42 |
EUC-JP | à±ÞéB | 100011111010101110100010101000011101111010001111101010011011000010001111101010111011000101000010 | 8faba2a1de8fa9b08fabb142 |
UTF-8 | à±ÞéB | 110000111010000011000010101100011100001110011110110000111010100101000010 | c3a0c2b1c39ec3a942 |
UHC | ?±Þ?B | 00111111101000011011111010101000101011010011111101000010 | 3fa1bea8ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)