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 | 茫贐貳韋 | 1110010010101001111001101101011111100110110001101110100011101000 | e4a9e6d7e6c6e8e8 |
EUC-JP | 茫贐貳韋 | 1110100010101011111011001101100111101100110010001111000011101010 | e8abecd9ecc8f0ea |
UTF-8 | 茫贐貳韋 | 111010001000110010101011111010001011010010010000111010001011001010110011111010011001111110001011 | e88cabe8b490e8b2b3e99f8b |
UHC | 茫?貳韋 | 11011000110101000011111111101100110000111110101011011111 | d8d43fecc3eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)