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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 財???? | 100011011110000000111111001111110011111100111111 | 8de03f3f3f3f |
EUC-JP | 財???? | 101110101110001000111111001111110011111100111111 | bae23f3f3f3f |
UTF-8 | 財명串뤋툗 | 111010001011001010100001111010111010101010000101111011111010010010000101111010111010010010001011111011011000100010010111 | e8b2a1ebaa85efa485eba48bed8897 |
UHC | 財명串뤋툗 | 11101110101011111011100011101101110011101010110110001111101110111011100010001110 | eeafb8edcead8fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)