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 | ??才?窪 | 00111111001111111000110111001011001111111000110001000101 | 3f3f8dcb3f8c45 |
EUC-JP | ??才?窪 | 00111111001111111011101011001101001111111011011110100110 | 3f3fbacd3fb7a6 |
UTF-8 | 裡렦才렯窪 | 111011111010011110101000111010111010000010100110111001101000100110001101111010111010000010101111111001111010101010101010 | efa7a8eba0a6e6898deba0afe7aaaa |
UHC | 裡렦才렯窪 | 11101100110000011000111010110101111011101010011010001110101111001110100011000001 | ecc18eb5eea68ebce8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)