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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 睛?運私? | 1110000111001011001111111000100101011110100011101000010000111111 | e1cb3f895e8e843f |
EUC-JP | 睛?運私? | 1110001011001101001111111011000110111111101110111110010000111111 | e2cd3fb1bfbbe43f |
UTF-8 | 睛렞運私렟 | 111001111001110110011011111010111010000010011110111010011000000110001011111001111010011110000001111010111010000010011111 | e79d9beba09ee9818be7a781eba09f |
UHC | 睛렞運私렟 | 11101111111011001000111010101111111010101010000111011110111001111000111010110000 | efec8eafeaa1dee78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)