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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?魯?輅^ | 00111111100110000100010000111111111001110110100101011110 | 3f98443fe7695e |
EUC-JP | ?魯?輅^ | 00111111110011111010010100111111111011011100101001011110 | 3fcfa53fedca5e |
UTF-8 | 뤦魯뤦輅^ | 11101011101001001010011011101001101011011010111111101011101001001010011011101000101111001000010101011110 | eba4a6e9adafeba4a6e8bc855e |
UHC | 뤦魯뤦輅^ | 100011111101010011010110110110111000111111010100110101101101100101011110 | 8fd4d6db8fd4d6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)