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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??魯??輅^ | 001111110011111110011000010001000011111100111111111001110110100101011110 | 3f3f98443f3fe7695e |
EUC-JP | ??魯??輅^ | 001111110011111111001111101001010011111100111111111011011100101001011110 | 3f3fcfa53f3fedca5e |
UTF-8 | 뤋립魯뤋립輅^ | 11101011101001001000101111101011101001101011110111101001101011011010111111101011101001001000101111101011101001101011110111101000101111001000010101011110 | eba48beba6bde9adafeba48beba6bde8bc855e |
UHC | 뤋립魯뤋립輅^ | 10001111101110111011100010110011110101101101101110001111101110111011100010110011110101101101100101011110 | 8fbbb8b3d6db8fbbb8b3d6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)