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 | ???潁? | 001111110011111100111111100111111111000100111111 | 3f3f3f9ff13f |
EUC-JP | 璵??潁? | 1000111111001100111001100011111100111111110111101111001100111111 | 8fcce63f3fdef33f |
UTF-8 | 璵붺윯潁욪 | 111001111001001010110101111010111011011010111010111011001001110010101111111001101011110110000001111011001001101010101010 | e792b5ebb6baec9cafe6bd81ec9aaa |
UHC | 璵붺윯潁욪 | 11100110101001011001010011100111100111111010111011100111101110001001111101000010 | e6a594e79faee7b89f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)