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 | ??]??]B | 00111111001111110101110100111111001111110101110101000010 | 3f3f5d3f3f5d42 |
SJIS-WIN | Ν○]Ν○]B | 1000001110101011100000011001101101011101100000111010101110000001100110110101110101000010 | 83ab819b5d83ab819b5d42 |
EUC-JP | Ν○]Ν○]B | 1010011010101101101000011111101101011101101001101010110110100001111110110101110101000010 | a6ada1fb5da6ada1fb5d42 |
UTF-8 | Ν○]Ν○]B | 11001110100111011110001010010111100010110101110111001110100111011110001010010111100010110101110101000010 | ce9de2978b5dce9de2978b5d42 |
UHC | Ν○]Ν○]B | 1010010111001101101000011101101101011101101001011100110110100001110110110101110101000010 | a5cda1db5da5cda1db5d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)