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 | 遇?憶?? | 10001011111101100011111110001001101011110011111100111111 | 8bf63f89af3f3f |
EUC-JP | 遇?憶?? | 10110110111110000011111110110010101100010011111100111111 | b6f83fb2b13f3f |
UTF-8 | 遇렫憶렔뤈 | 111010011000000110000111111010111010000010101011111001101000011010110110111010111010000010010100111010111010010010001000 | e98187eba0abe686b6eba094eba488 |
UHC | 遇렫憶렔뤈 | 11101001111001111000111010111001111001011110001110001110101010011000111110111000 | e9e78eb9e5e38ea98fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)