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 | 喟咫喊韜 | 1001101001011111100110100100000010011010010111101110100011101001 | 9a5f9a409a5ee8e9 |
EUC-JP | 喟咫喊韜 | 1101001111000000110100111010000111010011101111111111000011101011 | d3c0d3a1d3bff0eb |
UTF-8 | 喟咫喊韜 | 111001011001011010011111111001011001001010101011111001011001011010001010111010011001111110011100 | e5969fe592abe5968ae99f9c |
UHC | ?咫喊韜 | 00111111111100101010000111111001111000101101010010110111 | 3ff2a1f9e2d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)