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?? | 00111111011001110011111100111111 | 3f673f3f |
SJIS-WIN | ?g?? | 00111111011001110011111100111111 | 3f673f3f |
EUC-JP | ?g?? | 00111111011001110011111100111111 | 3f673f3f |
UTF-8 | 혱g창챨 | 11101101100110001011000101100111111011001011000010111101111011001011000110101000 | ed98b167ecb0bdecb1a8 |
UHC | 혱g창챨 | 11000010100110000110011111000011101000101100001110110000 | c29867c3a2c3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)