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 | ?j???j??^ | 001111110110101000111111001111110011111101101010001111110011111101011110 | 3f6a3f3f3f6a3f3f5e |
SJIS-WIN | ?j???j??^ | 001111110110101000111111001111110011111101101010001111110011111101011110 | 3f6a3f3f3f6a3f3f5e |
EUC-JP | ?j???j??^ | 001111110110101000111111001111110011111101101010001111110011111101011110 | 3f6a3f3f3f6a3f3f5e |
UTF-8 | 혡j혩책혡j혳째^ | 111011011001100010100001011010101110110110011000101010011110110010110001100001011110110110011000101000010110101011101101100110001011001111101100101001111011100001011110 | ed98a16aed98a9ecb185ed98a16aed98b3eca7b85e |
UHC | 혡j혩책혡j혳째^ | 110000101000101001101010110000101001000111000011101001011100001010001010011010101100001010011010110000101011000001011110 | c28a6ac291c3a5c28a6ac29ac2b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)