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 | 姨??^ | 1001101101001000001111110011111101011110 | 9b483f3f5e |
EUC-JP | 姨??^ | 1101010110101001001111110011111101011110 | d5a93f3f5e |
UTF-8 | 姨띿콟^ | 11100101101001111010100011101011100111011011111111101100101111011001111101011110 | e5a7a8eb9dbfecbd9f5e |
UHC | 姨띿콟^ | 11101100101010011000110111101100101100011001011101011110 | eca98decb1975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)