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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 敖??撓ζ? | 100111011100001000111111001111111001110110011010100000111100010000111111 | 9dc23f3f9d9a83c43f |
EUC-JP | 敖??撓ζ? | 110110101100010000111111001111111101100111111010101001101100011000111111 | dac43f3fd9faa6c63f |
UTF-8 | 敖쏉쉿撓ζ뮡 | 1110011010010101100101101110110010001111100010011110110010001001101111111110011010010010100100111100111010110110111010111010111010100001 | e69596ec8f89ec89bfe69293ceb6ebaea1 |
UHC | 敖쏉쉿撓ζ뮡 | 111001111111100110011011111011111011110110110010111010001111010110100101111001101001001010101101 | e7f99befbdb2e8f5a5e692ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)