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 | 瓦δ?哀 | 10001010101000101000001111000010001111111000100010100011 | 8aa283c23f88a3 |
EUC-JP | 瓦δ?哀 | 10110100101001001010011011000100001111111011000010100101 | b4a4a6c43fb0a5 |
UTF-8 | 瓦δ튋哀 | 1110011110010011101001101100111010110100111011011000101010001011111001011001001110000000 | e793a6ceb4ed8a8be59380 |
UHC | 瓦δ튋哀 | 1110100010111111101001011110010010111001100111111110010011101110 | e8bfa5e4b99fe4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)