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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠕育悚 | 111001011011111010001000111001111001110010011110 | e5be88e79c9e |
EUC-JP | 蠕育悚 | 111010101100000010110000111010011101011111111110 | eac0b0e9d7fe |
UTF-8 | 蠕育悚 | 111010001010000010010101111010001000001010110010111001101000001010011010 | e8a095e882b2e6829a |
UHC | ?育悚 | 0011111111101011110000001110000111100101 | 3febc0e1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)