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 | 灌穢躊稙 | 1001111111110011111000100111000111100111010100111110001001100101 | 9ff3e271e753e265 |
EUC-JP | 灌穢躊稙 | 1101111011110101111000111101001011101101101101001110001111000110 | def5e3d2edb4e3c6 |
UTF-8 | 灌穢躊稙 | 111001111000000110001100111001111010100110100010111010001011101010001010111001111010100010011001 | e7818ce7a9a2e8ba8ae7a899 |
UHC | 灌穢躊稙 | 1100111010110100111001111101101111110001110011001111001011000010 | ceb4e7dbf1ccf2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)