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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | ???壓? | 001111110011111100111111100110101101100000111111 | 3f3f3f9ad83f |
EUC-JP | ?®?壓? | 0011111110001111101000101110111000111111110101001101101000111111 | 3f8fa2ee3fd4da3f |
UTF-8 | 吳®뒃壓붹 | 1110010110010000101100111100001010101110111010111001001010000011111001011010001110010011111010111011011010111001 | e590b3c2aeeb9283e5a393ebb6b9 |
UHC | 吳®뒃壓붹 | 11100111111011111010001011100111100010101000000111100100111000101001010011100110 | e7efa2e78a81e4e294e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)