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???? | 001111110110011100111111001111110011111100111111 | 3f673f3f3f3f |
SJIS-WIN | ?g???? | 001111110110011100111111001111110011111100111111 | 3f673f3f3f3f |
EUC-JP | ?g???? | 001111110110011100111111001111110011111100111111 | 3f673f3f3f3f |
UTF-8 | 챕g혵짠혱횛 | 11101100101100011001010101100111111011011001100010110101111011001010011110100000111011011001100010110001111011011001101010011011 | ecb19567ed98b5eca7a0ed98b1ed9a9b |
UHC | 챕g혵짠혱횛 | 1100001110101001011001111100001010011100110000101010011111000010100110001100001110010101 | c3a967c29cc2a7c298c395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)