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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 說경늿說곁뿲^ | 11101111101001101010000111101010101100101011110111101011100010101011111111101111101001101010000111101010101100111000000111101011101111111011001001011110 | efa6a1eab2bdeb8abfefa6a1eab381ebbfb25e |
UHC | 說경늿說곁뿲^ | 11100110111100101011000011100110100010001000100011100110111100101011000011100111100101111011001001011110 | e6f2b0e68888e6f2b0e797b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)