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 | ??叔^ | 0011111100111111100011110110011001011110 | 3f3f8f665e |
EUC-JP | ??叔^ | 0011111100111111101111011100011101011110 | 3f3fbdc75e |
UTF-8 | 왃烈叔^ | 11101100100110011000001111101111101001101001111111100101100011111001010001011110 | ec9983efa69fe58f945e |
UHC | 왃烈叔^ | 10011110101101101110011011101111111000101101001001011110 | 9eb6e6efe2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)