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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆雁脅蟆 | 1110100010111011100010101110010110001011101110101110010110110000 | e8bb8ae58bbae5b0 |
EUC-JP | 霆雁脅蟆 | 1111000010111101101101001110011110110110101111001110101010110010 | f0bdb4e7b6bceab2 |
UTF-8 | 霆雁脅蟆 | 111010011001110010000110111010011001101110000001111010001000010010000101111010001001111110000110 | e99c86e99b81e88485e89f86 |
UHC | 霆雁脅? | 11101111111111011110010011010010111110101111011000111111 | effde4d2faf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)