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 | 轅??經? | 11100111011101100011111100111111111000110101001100111111 | e7763f3fe3533f |
EUC-JP | 轅?饔經? | 111011011101011100111111100011111110100011101111111001011011010000111111 | edd73f8fe8efe5b43f |
UTF-8 | 轅렋饔經욱 | 111010001011110110000101111010111010000010001011111010011010010110010100111001111011011010010011111011001001101010110001 | e8bd85eba08be9a594e7b693ec9ab1 |
UHC | 轅렋饔經욱 | 11101010101111111000111010100010111010001011110111001100111010001011111111101101 | eabf8ea2e8bdcce8bfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)