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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 譯雎Τ\ | 11100110101000011110100010110001100000111011000101011100 | e6a1e8b183b15c |
EUC-JP | 譯雎Τ\ | 11101100101000111111000010110011101001101011001101011100 | eca3f0b3a6b35c |
UTF-8 | 譯雎Τ\ | 111010001010110110101111111010011001101110001110110011101010010001011100 | e8adafe99b8ecea45c |
UHC | 譯雎Τ\ | 11100110101110111110111011010001101001011101001101011100 | e6bbeed1a5d35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)