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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 族?奬? | 100100011011000000111111100110101111101100111111 | 91b03f9afb3f |
EUC-JP | 族?奬泮 | 1100001010110010001111111101010011111101100011111100011110101000 | c2b23fd4fd8fc7a8 |
UTF-8 | 族렏奬泮 | 111001101001011110001111111010111010000010001111111001011010010110101100111001101011001110101110 | e6978feba08fe5a5ace6b3ae |
UHC | 族렏奬泮 | 1111000011101001100011101010010111101101111000011101101011101010 | f0e98ea5ede1daea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)