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 | 轅??唯? | 11100111011101100011111100111111100101110100001000111111 | e7763f3f97423f |
EUC-JP | 轅??唯? | 11101101110101110011111100111111110011011010001100111111 | edd73f3fcda33f |
UTF-8 | 轅멱룿唯쇨 | 111010001011110110000101111010111010100110110001111010111010001110111111111001011001010010101111111011001000011110101000 | e8bd85eba9b1eba3bfe594afec87a8 |
UHC | 轅멱룿唯쇨 | 11101010101111111011100011101000100011111011000011101010111001101011110011101010 | eabfb8e88fb0eae6bcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)