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 | ??卍堰? | 00111111001111111001100111000010100010011000000100111111 | 3f3f99c289813f |
EUC-JP | 焌?卍堰? | 100011111100100111101000001111111101001011000100101100011110000100111111 | 8fc9e83fd2c4b1e13f |
UTF-8 | 焌븃卍堰렡 | 111001111000010010001100111010111011100010000011111001011000110110001101111001011010000010110000111010111010000010100001 | e7848cebb883e58d8de5a0b0eba0a1 |
UHC | 焌븃卍堰렡 | 11110001111000001011101011101000110110001011001111100101111010001000111010110010 | f1e0bae8d8b3e5e88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)