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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脱炭息辿 | 1001001001000101100100100101100110010001101001111001001001001000 | 9245925991a79248 |
EUC-JP | 脱炭息辿 | 1100001110100110110000111011101011000010101010011100001110101001 | c3a6c3bac2a9c3a9 |
UTF-8 | 脱炭息辿 | 111010001000010010110001111001111000001010101101111001101000000110101111111010001011111010111111 | e884b1e782ade681afe8bebf |
UHC | ?炭息? | 001111111111011110101001111000111101001100111111 | 3ff7a9e3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)