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 | 鄭?魚??? | 1001001101000001001111111000101110011011001111110011111100111111 | 93413f8b9b3f3f3f |
EUC-JP | 鄭?魚??? | 1100010110100010001111111011010111111011001111110011111100111111 | c5a23fb5fb3f3f3f |
UTF-8 | 鄭렏魚편렲렏 | 111010011000010010101101111010111010000010001111111010011010110110011010111011011000111010111000111010111010000010110010111010111010000010001111 | e984adeba08fe9ad9aed8eb8eba0b2eba08f |
UHC | 鄭렏魚편렲렏 | 111011111111011110001110101001011110010111100000110001101110110110001110101111111000111010100101 | eff78ea5e5e0c6ed8ebf8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)