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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄒亥綾ホ | 11100111101111101000100011100101100010001011101111001110 | e7be88e588bbce |
EUC-JP | 鄒亥綾ホ | 1110111011000000101100001110011110110000101111011000111011001110 | eec0b0e7b0bd8ece |
UTF-8 | 鄒亥綾ホ | 111010011000010010010010111001001011101010100101111001111011011010111110111011111011111010001110 | e98492e4baa5e7b6beefbe8e |
UHC | 鄒亥綾? | 11110101110110111111101010100100110101111101001100111111 | f5dbfaa4d7d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)