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 | 0011111100111111001111110111111000111111001111110011111101000010 | 3f3f3f7e3f3f3f42 |
SJIS-WIN | ???~???B | 0011111100111111001111110111111000111111001111110011111101000010 | 3f3f3f7e3f3f3f42 |
EUC-JP | ???~???B | 0011111100111111001111110111111000111111001111110011111101000010 | 3f3f3f7e3f3f3f42 |
UTF-8 | 吏ㅼ쭠~吏뺤찎B | 1110111110100111100111101110001110000101101111001110110010101101101000000111111011101111101001111001111011101011101110101010010011101100101100001000111001000010 | efa79ee385bcecada07eefa79eebbaa4ecb08e42 |
UHC | 吏ㅼ쭠~吏뺤찎B | 1110110010100111101001001110110010100111100101010111111011101100101001111001010111101100101010011001000001000010 | eca7a4eca7957eeca795eca99042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)