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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 苑?] | 10001001100100010011111101011101 | 89913f5d |
EUC-JP | 苑?] | 10110001111100010011111101011101 | b1f13f5d |
UTF-8 | 苑뭂] | 11101000100010111001000111101011101011011000001001011101 | e88b91ebad825d |
UHC | 苑뭂] | 1110101010111101100100100101000101011101 | eabd92515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)