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 | 凍}凍{^ | 10010011100000000111110110010011100000000111101101011110 | 93807d93807b5e |
EUC-JP | 凍}凍{^ | 11000101111000000111110111000101111000000111101101011110 | c5e07dc5e07b5e |
UTF-8 | 凍}凍{^ | 111001011000011110001101011111011110010110000111100011010111101101011110 | e5878d7de5878d7b5e |
UHC | 凍}凍{^ | 11010100110100000111110111010100110100000111101101011110 | d4d07dd4d07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)