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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 姨?㎞^ | 100110110100100000111111100001110111000101011110 | 9b483f87715e |
EUC-JP | 姨??^ | 1101010110101001001111110011111101011110 | d5a93f3f5e |
UTF-8 | 姨붿㎞^ | 11100101101001111010100011101011101101101011111111100011100011101001111001011110 | e5a7a8ebb6bfe38e9e5e |
UHC | 姨붿㎞^ | 11101100101010011001010011101100101001111011000001011110 | eca994eca7b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)