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 | ?ル??ル?^ | 001111111000001110001011001111110011111110000011100010110011111101011110 | 3f838b3f3f838b3f5e |
EUC-JP | ?ル??ル?^ | 001111111010010111101011001111110011111110100101111010110011111101011110 | 3fa5eb3f3fa5eb3f5e |
UTF-8 | 曆ル젪曆ル젪^ | 11101111101001101000101111100011100000111010101111101100101000001010101011101111101001101000101111100011100000111010101111101100101000001010101001011110 | efa68be383abeca0aaefa68be383abeca0aa5e |
UHC | 曆ル젪曆ル젪^ | 11100110101101111010101111101011101000001010001011100110101101111010101111101011101000001010001001011110 | e6b7abeba0a2e6b7abeba0a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)