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 | ?l?毓 | 001111111000001010001100001111111001111101111001 | 3f828c3f9f79 |
EUC-JP | ?l?毓 | 001111111010001111101100001111111101110111011010 | 3fa3ec3fddda |
UTF-8 | 醴l쐱毓 | 111011111010011010110111111011111011110110001100111011001001000010110001111001101010111110010011 | efa6b7efbd8cec90b1e6af93 |
UHC | 醴l쐱毓 | 1110011111100100101000111110110010011100100101001110101110111110 | e7e4a3ec9c94ebbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)