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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 桒胱\ | 1111101011100011111000111111011101011100 | fae3e3f75c |
EUC-JP | 桒胱\ | 100011111100001111001001111001101111100101011100 | 8fc3c9e6f95c |
UTF-8 | 桒胱\ | 11100110101000011001001011101000100000111011000101011100 | e6a192e883b15c |
UHC | ?胱\ | 00111111110011101100110101011100 | 3fcecd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)