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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??矯凡?B | 0011111100111111100010111011100010010110011111010011111101000010 | 3f3f8bb8967d3f42 |
EUC-JP | ??矯凡?B | 0011111100111111101101101011101011001011110111100011111101000010 | 3f3fb6bacbde3f42 |
UTF-8 | 롘뤗矯凡하B | 11101011101000011001100011101011101001001001011111100111100111111010111111100101100001111010000111101101100101011001100001000010 | eba198eba497e79fafe587a1ed959842 |
UHC | 롘뤗矯凡하B | 1000111011011100100011111100011111001110111011001101101111101101110001111100111101000010 | 8edc8fc7ceecdbedc7cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)