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 | 搖?莊?? | 10011101100010100011111111100100101101010011111100111111 | 9d8a3fe4b53f3f |
EUC-JP | 搖?莊?? | 11011001111010100011111111101000101101110011111100111111 | d9ea3fe8b73f3f |
UTF-8 | 搖렪莊렰痢 | 111001101001000010010110111010111010000010101010111010001000111010001010111010111010000010110000111011111010011110100101 | e69096eba0aae88e8aeba0b0efa7a5 |
UHC | 搖렪莊렰痢 | 11101000111101001000111010111000111011011111011010001110101111011110110010111000 | e8f48eb8edf68ebdecb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)