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 | 毓〓?酉 | 10011111011110011000000110101100001111111001001111010001 | 9f7981ac3f93d1 |
EUC-JP | 毓〓?酉 | 11011101110110101010001010101110001111111100011011010011 | dddaa2ae3fc6d3 |
UTF-8 | 毓〓쎀酉 | 111001101010111110010011111000111000000010010011111011001000111010000000111010011000010110001001 | e6af93e38093ec8e80e98589 |
UHC | 毓〓쎀酉 | 1110101110111110101000011110101110011011101010101110101110110111 | ebbea1eb9baaebb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)