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 | 瑜?? | 11100000111011110011111100111111 | e0ef3f3f |
EUC-JP | 瑜?? | 11100000111100010011111100111111 | e0f13f3f |
UTF-8 | 瑜쏅맧 | 111001111001000110011100111011001000111110000101111010111010011110100111 | e7919cec8f85eba7a7 |
UHC | 瑜쏅맧 | 111010111010010110011011111010111001000010110000 | eba59beb90b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)