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 | ????ら. | 0011111100111111001111110011111110000010111001111000000101000100 | 3f3f3f3f82e78144 |
EUC-JP | ???沅ら. | 00111111001111110011111110001111110001101110100110100100111010011010000110100101 | 3f3f3f8fc6e9a4e9a1a5 |
UTF-8 | 閭잆룂沅ら. | 111011111010011010000110111011001001111010000110111010111010001110000010111001101011001010000101111000111000001010001001111011111011110010001110 | efa686ec9e86eba382e6b285e38289efbc8e |
UHC | 閭잆룂沅ら. | 111001101010110110011111111000111000111110000011111010101011011010101010111010011010001110101110 | e6ad9fe38f83eab6aae9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)