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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雅⑦?雅⑦?^ | 1000100111101011100001110100011000111111100010011110101110000111010001100011111101011110 | 89eb87463f89eb87463f5e |
EUC-JP | 雅??雅??^ | 101100101110110100111111001111111011001011101101001111110011111101011110 | b2ed3f3fb2ed3f3f5e |
UTF-8 | 雅⑦뮕雅⑦뮕^ | 11101001100110111000010111100010100100011010011011101011101011101001010111101001100110111000010111100010100100011010011011101011101011101001010101011110 | e99b85e291a6ebae95e99b85e291a6ebae955e |
UHC | 雅⑦뮕雅⑦뮕^ | 11100100101110101010100011101101100100101010000111100100101110101010100011101101100100101010000101011110 | e4baa8ed92a1e4baa8ed92a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)