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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓦δ?葯 | 10001010101000101000001111000010001111111110010011011110 | 8aa283c23fe4de |
EUC-JP | 瓦δ?葯 | 10110100101001001010011011000100001111111110100011100000 | b4a4a6c43fe8e0 |
UTF-8 | 瓦δ튋葯 | 1110011110010011101001101100111010110100111011011000101010001011111010001001000110101111 | e793a6ceb4ed8a8be891af |
UHC | 瓦δ튋葯 | 1110100010111111101001011110010010111001100111111110010110110101 | e8bfa5e4b99fe5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)