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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 俎???SB | 10011000110101110011111100111111001111110101001101000010 | 98d73f3f3f5342 |
EUC-JP | 俎???SB | 11010000110110010011111100111111001111110101001101000010 | d0d93f3f3f5342 |
UTF-8 | 俎댓렰렮SB | 1110010010111111100011101110101110001100100100111110101110100000101100001110101110100000101011100101001101000010 | e4bf8eeb8c93eba0b0eba0ae5342 |
UHC | 俎댓렰렮SB | 11110000101110111011010011110001100011101011110110001110101110110101001101000010 | f0bbb4f18ebd8ebb5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)