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 | 1001000010111011001111111001001111010010001111110011111101000010 | 90bb3f93d23f3f42 |
EUC-JP | 製?瀞?汶B | 11000000101111010011111111000110110101000011111110001111110001101110010101000010 | c0bd3fc6d43f8fc6e542 |
UTF-8 | 製렩瀞펨汶B | 11101000101000111011110111101011101000001010100111100111100000001001111011101101100011101010100011100110101100011011011001000010 | e8a3bdeba0a9e7809eed8ea8e6b1b642 |
UHC | 製렩瀞펨汶B | 1111000010110010100011101011011111101111111001111100011011101000110110101010000101000010 | f0b28eb7efe7c6e8daa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)