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 | 鸚??苑? | 11101010010111110011111100111111100010011001000100111111 | ea5f3f3f89913f |
EUC-JP | 鸚??苑? | 11110011110000000011111100111111101100011111000100111111 | f3c03f3fb1f13f |
UTF-8 | 鸚뽰늼苑놟 | 111010011011100010011010111010111011110110110000111010111000101010111100111010001000101110010001111010111000011010011111 | e9b89aebbdb0eb8abce88b91eb869f |
UHC | 鸚뽰늼苑놟 | 11100101101001001001011011101100100010001000010111101010101111011000011101000010 | e5a496ec8885eabd8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)