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 | ???g??B | 00111111001111110011111101100111001111110011111101000010 | 3f3f3f673f3f42 |
SJIS-WIN | ???g??B | 00111111001111110011111101100111001111110011111101000010 | 3f3f3f673f3f42 |
EUC-JP | ???g??B | 00111111001111110011111101100111001111110011111101000010 | 3f3f3f673f3f42 |
UTF-8 | 횙짰찾g찼횑B | 1110110110011010100110011110110010100111101100001110110010110000101111100110011111101100101100001011110011101101100110101001000101000010 | ed9a99eca7b0ecb0be67ecb0bced9a9142 |
UHC | 횙짰찾g찼횑B | 110000111001001111000010101011101100001110100011011001111100001110100001110000111000110001000010 | c393c2aec3a367c3a1c38c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)