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 | 뤒魯뤒輅^ | 11101011101001001001001011101001101011011010111111101011101001001001001011101000101111001000010101011110 | eba492e9adafeba492e8bc855e |
UHC | 뤒魯뤒輅^ | 100011111100001011010110110110111000111111000010110101101101100101011110 | 8fc2d6db8fc2d6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)