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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シタシタ^ | 111100101111001010111100110000001111001011110010101111001100000001011110 | f2f2bcc0f2f2bcc05e |
EUC-JP | ?シタ?シタ^ | 0011111110001110101111001000111011000000001111111000111010111100100011101100000001011110 | 3f8ebc8ec03f8ebc8ec05e |
UTF-8 | シタシタ^ | 11101110100010001010100111101111101111011011110011101111101111101000000011101110100010001010100111101111101111011011110011101111101111101000000001011110 | ee88a9efbdbcefbe80ee88a9efbdbcefbe805e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)