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 | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
SJIS-WIN | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
EUC-JP | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
UTF-8 | ӹxYӹxbE | 110100111011100101111000010110011101001110111001011110000110001001000101 | d3b97859d3b9786245 |
UHC | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)