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 | ?夭??? | 001111111001101011101110001111110011111100111111 | 3f9aee3f3f3f |
EUC-JP | ?夭??? | 001111111101010011110000001111110011111100111111 | 3fd4f03f3f3f |
UTF-8 | 뤵夭툘천렞 | 111010111010010010110101111001011010010010101101111011011000100010011000111011001011001010011100111010111010000010011110 | eba4b5e5a4aded8898ecb29ceba09e |
UHC | 뤵夭툘천렞 | 10001111111000111110100011101100101110001000111111000011101101011000111010101111 | 8fe3e8ecb88fc3b58eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)