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 | シホ篝シホ篝^ | 101111001100111011100010101111101011110011001110111000101011111001011110 | bccee2bebccee2be5e |
EUC-JP | シホ篝シホ篝^ | 10001110101111001000111011001110111001001100000010001110101111001000111011001110111001001100000001011110 | 8ebc8ecee4c08ebc8ecee4c05e |
UTF-8 | シホ篝シホ篝^ | 11101111101111011011110011101111101111101000111011100111101011111001110111101111101111011011110011101111101111101000111011100111101011111001110101011110 | efbdbcefbe8ee7af9defbdbcefbe8ee7af9d5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)