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 | 蔕頑繰胱 | 1110010011110110100010101110011010001100010010101110001111110111 | e4f68ae68c4ae3f7 |
EUC-JP | 蔕頑繰胱 | 1110100011111000101101001110100010110111101010111110011011111001 | e8f8b4e8b7abe6f9 |
UTF-8 | 蔕頑繰胱 | 111010001001010010010101111010011010000010010001111001111011100110110000111010001000001110110001 | e89495e9a091e7b9b0e883b1 |
UHC | ?頑繰胱 | 00111111111010001101011111110000110110111100111011001101 | 3fe8d7f0dbcecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)