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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髓??髓 | 111010011001001000111111001111111110100110010010 | e9923f3fe992 |
EUC-JP | 髓?琰髓 | 1111000111110010001111111000111111001100101101001111000111110010 | f1f23f8fccb4f1f2 |
UTF-8 | 髓슔琰髓 | 111010011010101110010011111011001000101010010100111001111001000010110000111010011010101110010011 | e9ab93ec8a94e790b0e9ab93 |
UHC | 髓슔琰髓 | 1110001011010000100110101010001111100110111111001110001011010000 | e2d09aa3e6fce2d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)