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 | 駿脛羸 | 100011110111100011100011111110001110001110111110 | 8f78e3f8e3be |
EUC-JP | 駿脛羸 | 101111011101100111100110111110101110011011000000 | bdd9e6fae6c0 |
UTF-8 | 駿脛羸 | 111010011010011110111111111010001000010010011011111001111011111010111000 | e9a7bfe8849be7beb8 |
UHC | 駿脛羸 | 111100011110011111001100111010111101011111101000 | f1e7ccebd7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)