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 | ⅹイ轗ⅹイ轆^ | 1111101001001001101100101110011101111101111110100100100110110010111001110111101101011110 | fa49b2e77dfa49b2e77b5e |
EUC-JP | ?イ轗?イ轆^ | 0011111110001110101100101110110111011110001111111000111010110010111011011101110001011110 | 3f8eb2edde3f8eb2eddc5e |
UTF-8 | ⅹイ轗ⅹイ轆^ | 11100010100001011011100111101111101111011011001011101000101111011001011111100010100001011011100111101111101111011011001011101000101111011000011001011110 | e285b9efbdb2e8bd97e285b9efbdb2e8bd865e |
UHC | ⅹ??ⅹ??^ | 101001011010101000111111001111111010010110101010001111110011111101011110 | a5aa3f3fa5aa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)