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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ハ賽諳ハ賽諚^ | 1100101011100110110011101110011001111101110010101110011011001110111001100111101101011110 | cae6cee67dcae6cee67b5e |
EUC-JP | ハ賽諳ハ賽諚^ | 10001110110010101110110011010000111010111101111010001110110010101110110011010000111010111101110001011110 | 8ecaecd0ebde8ecaecd0ebdc5e |
UTF-8 | ハ賽諳ハ賽諚^ | 11101111101111101000101011101000101100111011110111101000101010111011001111101111101111101000101011101000101100111011110111101000101010111001101001011110 | efbe8ae8b3bde8abb3efbe8ae8b3bde8ab9a5e |
UHC | ?賽??賽?^ | 001111111101111111011111001111110011111111011111110111110011111101011110 | 3fdfdf3f3fdfdf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)