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 | 兀??昻?兀 | 100110010101100100111111001111111111101011010000001111111001100101011001 | 99593f3ffad03f9959 |
EUC-JP | 兀????兀 | 1101000110111010001111110011111100111111001111111101000110111010 | d1ba3f3f3f3fd1ba |
UTF-8 | 兀뽫퓼昻쬱兀 | 111001011000010110000000111010111011110110101011111011011001001110111100111001101001100010111011111011001010110010110001111001011000010110000000 | e58580ebbdabed93bce698bbecacb1e58580 |
UHC | 兀뽫퓼昻쬱兀 | 111010001011010010010110111001111011111110100000111001001110100110100111011010001110100010110100 | e8b496e7bfa0e4e9a768e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)