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? | 001111110011111100111111001111110110011100111111 | 3f3f3f3f673f |
SJIS-WIN | ????g? | 001111110011111100111111001111110110011100111111 | 3f3f3f3f673f |
EUC-JP | ????g? | 001111110011111100111111001111110110011100111111 | 3f3f3f3f673f |
UTF-8 | 쩌횛쩌쨩g챔 | 11101100101010011000110011101101100110101001101111101100101010011000110011101100101010001010100101100111111011001011000110010100 | eca98ced9a9beca98ceca8a967ecb194 |
UHC | 쩌횛쩌쨩g챔 | 1100001010111100110000111001010111000010101111001100001010111011011001111100001110101000 | c2bcc395c2bcc2bb67c3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)