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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燿?К渦 | 11100000101000000011111110000100010010111000100101010001 | e0a03f844b8951 |
EUC-JP | 燿?К渦 | 11100000101000100011111110100111101011001011000110110010 | e0a23fa7acb1b2 |
UTF-8 | 燿쒐К渦 | 1110011110000111101111111110110010010010100100001101000010011010111001101011100010100110 | e787bfec9290d09ae6b8a6 |
UHC | 燿쒐К渦 | 1110100011111100100111001110011110101100101011001110100010111110 | e8fc9ce7acace8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)