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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娼ネ鑅ィ冐讓 | 10001111101010011100100011111011111001101010100011100011111011001110011010101000 | 8fa9c8fbe6a8e3ece6a8 |
EUC-JP | 娼ネ鑅ィ冐讓 | 10111110101010111000111011001000100011111110010111101010100011101010100011100110111011101110110010101010 | beab8ec88fe5ea8ea8e6eeecaa |
UTF-8 | 娼ネ鑅ィ冐讓 | 111001011010100010111100111011111011111010001000111010011001000110000101111011111011110110101000111001011000011010010000111010001010111010010011 | e5a8bcefbe88e99185efbda8e58690e8ae93 |
UHC | 娼????讓 | 1111001111011110001111110011111100111111001111111110010111010011 | f3de3f3f3f3fe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)