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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ハ邇ケ雫^ | 111100101010101111001010111001111000111010111001100011101011010001011110 | f2abcae78eb98eb45e |
EUC-JP | ?ハ邇ケ雫^ | 00111111100011101100101011101101111011101000111010111001101111001011011001011110 | 3f8ecaedee8eb9bcb65e |
UTF-8 | ハ邇ケ雫^ | 11101110100001111010001011101111101111101000101011101001100000101000011111101111101111011011100111101001100110111010101101011110 | ee87a2efbe8ae98287efbdb9e99bab5e |
UHC | ??邇??^ | 00111111001111111110110011000100001111110011111101011110 | 3f3fecc43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)