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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 設?設 | 1001000011011101001111111001000011011101 | 90dd3f90dd |
EUC-JP | 設?設 | 1100000011011111001111111100000011011111 | c0df3fc0df |
UTF-8 | 設쭹設 | 111010001010100010101101111011001010110110111001111010001010100010101101 | e8a8adecadb9e8a8ad |
UHC | 設쭹設 | 111000001110001011000010111001111110000011100010 | e0e2c2e7e0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)