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 | 鄭?紋神?? | 100100110100000100111111100101101110010010010000010111110011111100111111 | 93413f96e4905f3f3f |
EUC-JP | 鄭?紋神?? | 110001011010001000111111110011001110011010111111110000000011111100111111 | c5a23fcce6bfc03f3f |
UTF-8 | 鄭꿴紋神ㅺ땃 | 111010011000010010101101111010101011111110110100111001111011010010001011111001111010010110011110111000111000010110111010111010111001010110000011 | e984adeabfb4e7b48be7a59ee385baeb9583 |
UHC | 鄭꿴紋神ㅺ땃 | 111011111111011110110010111010011101101010100011111000111110101010100100111010101011011010100011 | eff7b2e9daa3e3eaa4eab6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)