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 | 狐?竣? | 100011001100111100111111100011110111011000111111 | 8ccf3f8f763f |
EUC-JP | 狐?竣? | 101110001101000100111111101111011101011100111111 | b8d13fbdd73f |
UTF-8 | 狐렏竣렓 | 111001111000101110010000111010111010000010001111111001111010101110100011111010111010000010010011 | e78b90eba08fe7aba3eba093 |
UHC | 狐렏竣렓 | 1111101111001111100011101010010111110001111000101000111010101000 | fbcf8ea5f1e28ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)