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 | ??gP??gPB | 001111110011111101100111010100000011111100111111011001110101000001000010 | 3f3f67503f3f675042 |
SJIS-WIN | 霎ソgP霎ソgPB | 1110100010111110101111110110011101010000111010001011111010111111011001110101000001000010 | e8bebf6750e8bebf675042 |
EUC-JP | 霎ソgP霎ソgPB | 11110000110000001000111010111111011001110101000011110000110000001000111010111111011001110101000001000010 | f0c08ebf6750f0c08ebf675042 |
UTF-8 | 霎ソgP霎ソgPB | 1110100110011100100011101110111110111101101111110110011101010000111010011001110010001110111011111011110110111111011001110101000001000010 | e99c8eefbdbf6750e99c8eefbdbf675042 |
UHC | ??gP??gPB | 001111110011111101100111010100000011111100111111011001110101000001000010 | 3f3f67503f3f675042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)