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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 泥춀泥쒖광 | 111011111010011110100011111011001011011010000000111011111010011110100011111011001001001010010110111010101011010010010001 | efa7a3ecb680efa7a3ec9296eab491 |
UHC | 泥춀泥쒖광 | 11101100101100101010110101011010111011001011001010011100111011001011000110100100 | ecb2ad5aecb29cecb1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)