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 | 璵붻랜潁욾 | 111001111001001010110101111010111011011010111011111010111001111010011100111001101011110110000001111011001001101010111110 | e792b5ebb6bbeb9e9ce6bd81ec9abe |
UHC | 璵붻랜潁욾 | 11100110101001011001010011101000101101111010001111100111101110001001111101010000 | e6a594e8b7a3e7b89f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)