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 | ?業???業 | 0011111110001011110001100011111100111111001111111000101111000110 | 3f8bc63f3f3f8bc6 |
EUC-JP | ?業???業 | 0011111110110110110010000011111100111111001111111011011011001000 | 3fb6c83f3f3fb6c8 |
UTF-8 | 뭊業묷읰뭊業 | 111010111010110110001010111001101010010110101101111010111010110010110111111011001001110110110000111010111010110110001010111001101010010110101101 | ebad8ae6a5adebacb7ec9db0ebad8ae6a5ad |
UHC | 뭊業묷읰뭊業 | 100100100101010111100101111101101001001001001011100111111101011010010010010101011110010111110110 | 9255e5f6924b9fd69255e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)