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 | ?}???|^ | 00111111011111010011111100111111001111110111110001011110 | 3f7d3f3f3f7c5e |
SJIS-WIN | ?}小??|^ | 0011111101111101100011111010110000111111001111110111110001011110 | 3f7d8fac3f3f7c5e |
EUC-JP | ?}小??|^ | 0011111101111101101111101010111000111111001111110111110001011110 | 3f7dbeae3f3f7c5e |
UTF-8 | 덾}小딁덾|^ | 111010111000110110111110011111011110010110110000100011111110101110010100100000011110101110001101101111100111110001011110 | eb8dbe7de5b08feb9481eb8dbe7c5e |
UHC | 덾}小딁덾|^ | 1000100101010001011111011110000110110011100010101110011110001001010100010111110001011110 | 89517de1b38ae789517c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)