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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 沃?}沃?{^ | 100101111000000000111111011111011001011110000000001111110111101101011110 | 97803f7d97803f7b5e |
EUC-JP | 沃?}沃?{^ | 110011011110000000111111011111011100110111100000001111110111101101011110 | cde03f7dcde03f7b5e |
UTF-8 | 沃뎝}沃뎝{^ | 111001101011001010000011111010111000111010011101011111011110011010110010100000111110101110001110100111010111101101011110 | e6b283eb8e9d7de6b283eb8e9d7b5e |
UHC | 沃뎝}沃뎝{^ | 1110100010101010100010010110111001111101111010001010101010001001011011100111101101011110 | e8aa896e7de8aa896e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)