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 | ?P?A | 00111111010100000011111101000001 | 3f503f41 |
SJIS-WIN | 辰P達A | 100100100100001101010000100100100100001001000001 | 924350924241 |
EUC-JP | 辰P達A | 110000111010010001010000110000111010001101000001 | c3a450c3a341 |
UTF-8 | 辰P達A | 1110100010111110101100000101000011101001100000011001010001000001 | e8beb050e9819441 |
UHC | 辰P達A | 111100101110001101010000110100111011100101000001 | f2e350d3b941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)