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 | 貊珠у譏 | 1110011010111011100011101110110010000100100001011110011010011000 | e6bb8eec8485e698 |
EUC-JP | 貊珠у譏 | 1110110010111101101111001110111010100111111001011110101111111000 | ecbdbceea7e5ebf8 |
UTF-8 | 貊珠у譏 | 1110100010110010100010101110011110001111101000001101000110000011111010001010110110001111 | e8b28ae78fa0d183e8ad8f |
UHC | 貊珠у譏 | 1101100011100111111100011100000110101100111001011101000111000001 | d8e7f1c1ace5d1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)