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 | ????L? | 001111110011111100111111001111110100110000111111 | 3f3f3f3f4c3f |
SJIS-WIN | シユシッL蒟 | 10111100110101011011110010101111010011001110010011100101 | bcd5bcaf4ce4e5 |
EUC-JP | シユシッL蒟 | 1000111010111100100011101101010110001110101111001000111010101111010011001110100011100111 | 8ebc8ed58ebc8eaf4ce8e7 |
UTF-8 | シユシッL蒟 | 11101111101111011011110011101111101111101001010111101111101111011011110011101111101111011010111101001100111010001001001010011111 | efbdbcefbe95efbdbcefbdaf4ce8929f |
UHC | ????L? | 001111110011111100111111001111110100110000111111 | 3f3f3f3f4c3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)