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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 赦杓贏籥B | 100011101100110110001110110110111110011011010101111000101101111001000010 | 8ecd8edbe6d5e2de42 |
EUC-JP | 赦杓贏籥B | 101111001100111110111100110111011110110011010111111001001110000001000010 | bccfbcddecd7e4e042 |
UTF-8 | 赦杓贏籥B | 11101000101101011010011011100110100111011001001111101000101101001000111111100111101100011010010101000010 | e8b5a6e69d93e8b48fe7b1a542 |
UHC | 赦杓??B | 11011110111101011111100011110101001111110011111101000010 | def5f8f53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)