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 | 搖??源? | 10011101100010100011111100111111100011001011100100111111 | 9d8a3f3f8cb93f |
EUC-JP | 搖??源? | 11011001111010100011111100111111101110001011101100111111 | d9ea3f3fb8bb3f |
UTF-8 | 搖삘뮫源쵢 | 111001101001000010010110111011001000001010011000111010111010111010101011111001101011101010010000111011001011010110100010 | e69096ec8298ebaeabe6ba90ecb5a2 |
UHC | 搖삘뮫源쵢 | 11101000111101001011101111100010100100101011010111101010101110011010110101000010 | e8f4bbe292b5eab9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)