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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??港? | 10011110111101000011111100111111100011010110000000111111 | 9ef43f3f8d603f |
EUC-JP | 橈??港? | 11011100111101100011111100111111101110011100000100111111 | dcf63f3fb9c13f |
UTF-8 | 橈볥돂港퓀 | 111001101010100110001000111010111011001110100101111010111000111110000010111001101011100010101111111011011001001110000000 | e6a988ebb3a5eb8f82e6b8afed9380 |
UHC | 橈볥돂港퓀 | 11101000111110101001001111101011100010011001010111111001111110111011111101101000 | e8fa93eb8995f9fbbf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)