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 | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
SJIS-WIN | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
EUC-JP | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
UTF-8 | 왃Un}왃Un{^ | 11101100100110011000001101010101011011100111110111101100100110011000001101010101011011100111101101011110 | ec9983556e7dec9983556e7b5e |
UHC | 왃Un}왃Un{^ | 1001111010110110010101010110111001111101100111101011011001010101011011100111101101011110 | 9eb6556e7d9eb6556e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)