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 | 絶??域ζ? | 100100001110001000111111001111111000100011100110100000111100010000111111 | 90e23f3f88e683c43f |
EUC-JP | 絶??域ζ? | 110000001110010000111111001111111011000011101000101001101100011000111111 | c0e43f3fb0e8a6c63f |
UTF-8 | 絶귛겛域ζ톸 | 1110011110110101101101101110101010110111100110111110101010110010100110111110010110011111100111111100111010110110111011011000011010111000 | e7b5b6eab79beab29be59f9fceb6ed86b8 |
UHC | 絶귛겛域ζ톸 | 111011111011111010000010111001011000000110110010111001101011010010100101111001101011011110001100 | efbe82e581b2e6b4a5e6b78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)