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 | èûÔçÕú^ | 11101000111110111101010011100111110101011111101001011110 | e8fbd4e7d5fa5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | èûÔçÕú^ | 10001111101010111011001010001111101010111110010110001111101010101101010010001111101010111010111010001111101010101101100010001111101010111110001001011110 | 8fabb28fabe58faad48fabae8faad88fabe25e |
UTF-8 | èûÔçÕú^ | 11000011101010001100001110111011110000111001010011000011101001111100001110010101110000111011101001011110 | c3a8c3bbc394c3a7c395c3ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)