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 | 跫キ霄 | 1110011011101101101101111110100010111010 | e6edb7e8ba |
EUC-JP | 跫キ霄 | 111011001110111110001110101101111111000010111100 | ecef8eb7f0bc |
UTF-8 | 跫キ霄 | 111010001011011110101011111011111011110110110111111010011001110010000100 | e8b7abefbdb7e99c84 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)