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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?玲?拭?? | 0011111110010111111001100011111110010000010000000011111100111111 | 3f97e63f90403f3f |
EUC-JP | ?玲?拭?? | 0011111111001110111010000011111110111111101000010011111100111111 | 3fcee83fbfa13f3f |
UTF-8 | 뤵玲툘拭렶렍 | 111010111010010010110101111001111000111010110010111011011000100010011000111001101000101110101101111010111010000010110110111010111010000010001101 | eba4b5e78eb2ed8898e68badeba0b6eba08d |
UHC | 뤵玲툘拭렶렍 | 100011111110001111010110101111001011100010001111111000111101010010001110110000011000111010100011 | 8fe3d6bcb88fe3d48ec18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)