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 | 燁シ鰔。 | 111110110101100110111100111010011101000010100001 | fb59bce9d0a1 |
EUC-JP | 燁シ鰔。 | 100011111100101010110011100011101011110011110010110100101000111010100001 | 8fcab38ebcf2d28ea1 |
UTF-8 | 燁シ鰔。 | 111001111000011110000001111011111011110110111100111010011011000010010100111011111011110110100001 | e78781efbdbce9b094efbda1 |
UHC | 燁??? | 1110011110100111001111110011111100111111 | e7a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)