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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 瑩?縞?? | 11100000111100000011111110001110110010000011111100111111 | e0f03f8ec83f3f |
EUC-JP | 瑩?縞®? | 111000001111001000111111101111001100101010001111101000101110111000111111 | e0f23fbcca8fa2ee3f |
UTF-8 | 瑩렖縞®렩 | 1110011110010001101010011110101110100000100101101110011110111000100111101100001010101110111010111010000010101001 | e791a9eba096e7b89ec2aeeba0a9 |
UHC | 瑩렖縞®렩 | 11111011101010011000111010101011111110111101011010100010111001111000111010110111 | fba98eabfbd6a2e78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)