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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 瀋}瀋{^ | 11100000011000110111110111100000011000110111101101011110 | e0637de0637b5e |
EUC-JP | 瀋}瀋{^ | 11011111110001000111110111011111110001000111101101011110 | dfc47ddfc47b5e |
UTF-8 | 瀋}瀋{^ | 111001111000000010001011011111011110011110000000100010110111101101011110 | e7808b7de7808b7b5e |
UHC | 瀋}瀋{^ | 11100100101000110111110111100100101000110111101101011110 | e4a37de4a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)