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 | 押⑤?焉 | 10001001100111111000011101000100001111111110000010000001 | 899f87443fe081 |
EUC-JP | 押??焉 | 101100101010000100111111001111111101111111100001 | b2a13f3fdfe1 |
UTF-8 | 押⑤젚焉 | 111001101000101010111100111000101001000110100100111011001010000010011010111001111000010010001001 | e68abce291a4eca09ae78489 |
UHC | 押⑤젚焉 | 1110010011100011101010001110101110100000100101101110010111101010 | e4e3a8eba096e5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)