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 | 曆ル즯曆ル◀^ | 11101111101001101000101111100011100000111010101111101100101001101010111111101111101001101000101111100011100000111010101111100010100101111000000001011110 | efa68be383abeca6afefa68be383abe297805e |
UHC | 曆ル즯曆ル◀^ | 11100110101101111010101111101011101000111000000111100110101101111010101111101011101000101011100001011110 | e6b7abeba381e6b7abeba2b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)