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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 渶??璵? | 100011111100011111101101001111110011111110001111110011001110011000111111 | 8fc7ed3f3f8fcce63f |
UTF-8 | 渶싪킀璵붺 | 111001101011100010110110111011001000101110101010111011011000001010000000111001111001001010110101111010111011011010111010 | e6b8b6ec8baaed8280e792b5ebb6ba |
UHC | 渶싪킀璵붺 | 11100111101101111001101011101000101101001000110111100110101001011001010011100111 | e7b79ae8b48de6a594e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)