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?? | 0011111100111111011001110011111100111111 | 3f3f673f3f |
SJIS-WIN | ??g?靈 | 001111110011111101100111001111111110100011001011 | 3f3f673fe8cb |
EUC-JP | ??g?靈 | 001111110011111101100111001111111111000011001101 | 3f3f673ff0cd |
UTF-8 | 렻렔g렺靈 | 11101011101000001011101111101011101000001001010001100111111010111010000010111010111010011001110110001000 | eba0bbeba09467eba0bae99d88 |
UHC | 렻렔g렺靈 | 100011101100001110001110101010010110011110001110110000101101011011000100 | 8ec38ea9678ec2d6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)