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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 桒ラソ | 11111010111000111101011110111111 | fae3d7bf |
EUC-JP | 桒ラソ | 10001111110000111100100110001110110101111000111010111111 | 8fc3c98ed78ebf |
UTF-8 | 桒ラソ | 111001101010000110010010111011111011111010010111111011111011110110111111 | e6a192efbe97efbdbf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)