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 | 腟矩婚諛 | 1110010001010100100010111110100110001101101001011110011010000111 | e4548be98da5e687 |
EUC-JP | 腟矩婚諛 | 1110011110110101101101101110101110111010101001111110101111100111 | e7b5b6ebbaa7ebe7 |
UTF-8 | 腟矩婚諛 | 111010001000010110011111111001111001111110101001111001011010100110011010111010001010101110011011 | e8859fe79fa9e5a99ae8ab9b |
UHC | ?矩婚諛 | 00111111110011111011101111111011111001101110101110110000 | 3fcfbbfbe6ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)