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 | @[GX | 1001001001000000100100100101101110010010010001111001001001011000 | 9240925b92479258 |
SJIS-WIN | ?@?[?G?X | 0011111101000000001111110101101100111111010001110011111101011000 | 3f403f5b3f473f58 |
EUC-JP | ?@?[?G?X | 0011111101000000001111110101101100111111010001110011111101011000 | 3f403f5b3f473f58 |
UTF-8 | @[GX | 110000101001001001000000110000101001001001011011110000101001001001000111110000101001001001011000 | c29240c2925bc29247c29258 |
UHC | ?@?[?G?X | 0011111101000000001111110101101100111111010001110011111101011000 | 3f403f5b3f473f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)