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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 迥イ迴育処^ | 11100111100010101011001011100111100011111000100011100111100011111000100001011110 | e78ab2e78f88e78f885e |
EUC-JP | 迥イ迴育処^ | 1110110111101010100011101011001011101101111011111011000011101001101111011110100001011110 | edea8eb2edefb0e9bde85e |
UTF-8 | 迥イ迴育処^ | 11101000101111111010010111101111101111011011001011101000101111111011010011101000100000101011001011100101100001111010011001011110 | e8bfa5efbdb2e8bfb4e882b2e587a65e |
UHC | ???育?^ | 00111111001111110011111111101011110000000011111101011110 | 3f3f3febc03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)