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 | 驕禾災。 | 1110100110000001100010011101000110001101110100001000000101000010 | e98189d18dd08142 |
EUC-JP | 驕禾災。 | 1111000111100001101100101101001110111010110100101010000110100011 | f1e1b2d3bad2a1a3 |
UTF-8 | 驕禾災。 | 111010011010100110010101111001111010011010111110111001111000000110111101111000111000000010000010 | e9a995e7a6bee781bde38082 |
UHC | 驕禾災。 | 1100111011110110111111001010001011101110101011001010000110100011 | cef6fca2eeaca1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)