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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????慇B | 00111111001111110011111100111111100111001011111001000010 | 3f3f3f3f9cbe42 |
EUC-JP | ????慇B | 00111111001111110011111100111111110110001100000001000010 | 3f3f3f3fd8c042 |
UTF-8 | 룶퀛◈룫慇B | 11101011101000111011011011101101100000001001101111100010100101111000100011101011101000111010101111100110100001011000011101000010 | eba3b6ed809be29788eba3abe6858742 |
UHC | 룶퀛◈룫慇B | 1000111110101011101100111000111110100010110000101000111110100010111010111101101101000010 | 8fabb38fa2c28fa2ebdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)