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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 飮?[飮?[^ | 100111110101101000111111010110111001111101011010001111110101101101011110 | 9f5a3f5b9f5a3f5b5e |
EUC-JP | 飮?[飮?[^ | 110111011011101100111111010110111101110110111011001111110101101101011110 | ddbb3f5bddbb3f5b5e |
UTF-8 | 飮쩭[飮쩭[^ | 111010011010001110101110111011001010100110101101010110111110100110100011101011101110110010101001101011010101101101011110 | e9a3aeeca9ad5be9a3aeeca9ad5b5e |
UHC | 飮쩭[飮쩭[^ | 1110101111100110101001010110001101011011111010111110011010100101011000110101101101011110 | ebe6a5635bebe6a5635b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)