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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 種?梓兢? | 1000111011101101001111111000100010110010100110010101110100111111 | 8eed3f88b2995d3f |
EUC-JP | 種?梓兢? | 1011110011101111001111111011000010110100110100011011111000111111 | bcef3fb0b4d1be3f |
UTF-8 | 種렟梓兢렞 | 111001111010100010101110111010111010000010011111111001101010001010010011111001011000010110100010111010111010000010011110 | e7a8aeeba09fe6a293e585a2eba09e |
UHC | 種렟梓兢렞 | 11110000111110101000111010110000111011101010100111010000111001111000111010101111 | f0fa8eb0eea9d0e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)