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 | GNIzG¼ | 10010010010001110100111010010010010010010111101010010010010001111001000110111100 | 92474e92497a924791bc |
SJIS-WIN | ?GN?Iz?G?? | 00111111010001110100111000111111010010010111101000111111010001110011111100111111 | 3f474e3f497a3f473f3f |
EUC-JP | ?GN?Iz?G?? | 00111111010001110100111000111111010010010111101000111111010001110011111100111111 | 3f474e3f497a3f473f3f |
UTF-8 | GNIzG¼ | 110000101001001001000111010011101100001010010010010010010111101011000010100100100100011111000010100100011100001010111100 | c292474ec292497ac29247c291c2bc |
UHC | ?GN?Iz?G?¼ | 0011111101000111010011100011111101001001011110100011111101000111001111111010100011111001 | 3f474e3f497a3f473fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)