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 | ?Z???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
SJIS-WIN | ?Z???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
EUC-JP | ?Z???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
UTF-8 | 혪Z혺횜혪Z혺횜B | 111011011001100010101010010110101110110110011000101110101110110110011010100111001110110110011000101010100101101011101101100110001011101011101101100110101001110001000010 | ed98aa5aed98baed9a9ced98aa5aed98baed9a9c42 |
UHC | 혪Z혺횜혪Z혺횜B | 110000101001001001011010110000101001111111000011100101101100001010010010010110101100001010011111110000111001011001000010 | c2925ac29fc396c2925ac29fc39642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)