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 | 中蕎? | 1001001010000110100010111011110000111111 | 92868bbc3f |
EUC-JP | 中蕎? | 1100001111100110101101101011111000111111 | c3e6b6be3f |
UTF-8 | 中蕎짇 | 111001001011100010101101111010001001010110001110111011001010011110000111 | e4b8ade8958eeca787 |
UHC | 中蕎짇 | 111100011110100111001110111100001100000111111001 | f1e9cef0c1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)