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 | 鋻ハイ | 111100011100100011111011110110011100101010110010 | f1c8fbd9cab2 |
EUC-JP | ?鋻ハイ | 0011111110001111111001001101000110001110110010101000111010110010 | 3f8fe4d18eca8eb2 |
UTF-8 | 鋻ハイ | 111011101000010110000011111010011000101110111011111011111011111010001010111011111011110110110010 | ee8583e98bbbefbe8aefbdb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)