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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 狆珎獸Q] | 1110000010111100111000001101110111100000110101110101000101011101 | e0bce0dde0d7515d |
EUC-JP | 狆珎獸Q] | 1110000010111110111000001101111111100000110110010101000101011101 | e0bee0dfe0d9515d |
UTF-8 | 狆珎獸Q] | 1110011110001011100001101110011110001111100011101110011110001101101110000101000101011101 | e78b86e78f8ee78db8515d |
UHC | ??獸Q] | 001111110011111111100010101011100101000101011101 | 3f3fe2ae515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)