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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 慂????? | 10011100110010000011111100111111001111110011111100111111 | 9cc83f3f3f3f3f |
EUC-JP | 慂????? | 11011000110010100011111100111111001111110011111100111111 | d8ca3f3f3f3f3f |
UTF-8 | 慂롫젔惡욌젡 | 111001101000010110000010111010111010000110101011111011001010000010010100111011111010011010111001111011001001101010001100111011001010000010100001 | e68582eba1abeca094efa6b9ec9a8ceca0a1 |
UHC | 慂롫젔惡욌젡 | 111010011011110110001110111010111010000010010010111001111111011110011110111010111010000010011010 | e9bd8eeba092e7f79eeba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)