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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??悲霽杞 | 0011111100111111100101001101111111101000110001111001111001011000 | 3f3f94dfe8c79e58 |
EUC-JP | 獐?悲霽杞 | 10001111110010111011101000111111110010001110000111110000110010011101101110111001 | 8fcbba3fc8e1f0c9dbb9 |
UTF-8 | 獐곕悲霽杞 | 111001111000110110010000111010101011001110010101111001101000001010110010111010011001110010111101111001101001110110011110 | e78d90eab395e682b2e99cbde69d9e |
UHC | 獐곕悲霽杞 | 11101101111011111011000011101011110111011110100011110000101110001101000110100011 | edefb0ebdde8f0b8d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)