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 | ??∨?功 | 00111111001111111000000111001001001111111000110011110111 | 3f3f81c93f8cf7 |
EUC-JP | ??∨?功 | 00111111001111111010001011001011001111111011100011111001 | 3f3fa2cb3fb8f9 |
UTF-8 | 룵핊∨礪功 | 111010111010001110110101111011011001010110001010111000101000100010101000111011111010011010000101111001011000101010011111 | eba3b5ed958ae288a8efa685e58a9f |
UHC | 룵핊∨礪功 | 10001111101010101100000010001111101000011111110111100110101001111100110111101101 | 8faac08fa1fde6a7cded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)