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 | ??味^ | 0011111100111111100101101010000101011110 | 3f3f96a15e |
EUC-JP | ??味^ | 0011111100111111110011001010001101011110 | 3f3fcca35e |
UTF-8 | 裏곕味^ | 11101111101001111010011111101010101100111001010111100101100100011011001101011110 | efa7a7eab395e591b35e |
UHC | 裏곕味^ | 11101100110000001011000011101011110110101010101101011110 | ecc0b0ebdaab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)