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 | 轅??? | 1110011101110110001111110011111100111111 | e7763f3f3f |
EUC-JP | 轅??? | 1110110111010111001111110011111100111111 | edd73f3f3f |
UTF-8 | 轅렋롈렦 | 111010001011110110000101111010111010000010001011111010111010000110001000111010111010000010100110 | e8bd85eba08beba188eba0a6 |
UHC | 轅렋롈렦 | 1110101010111111100011101010001010001110110011101000111010110101 | eabf8ea28ece8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)