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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 製??紗??B | 100100001011101100111111001111111000111011010001001111110011111101000010 | 90bb3f3f8ed13f3f42 |
EUC-JP | 製?焌紗??B | 1100000010111101001111111000111111001001111010001011110011010011001111110011111101000010 | c0bd3f8fc9e8bcd33f3f42 |
UTF-8 | 製렩焌紗렧畓B | 11101000101000111011110111101011101000001010100111100111100001001000110011100111101101001001011111101011101000001010011111100111100101011001001101000010 | e8a3bdeba0a9e7848ce7b497eba0a7e7959342 |
UHC | 製렩焌紗렧畓B | 11110000101100101000111010110111111100011110000011011110111010011000111010110110110100111100110001000010 | f0b28eb7f1e0dee98eb6d3cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)