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 | 除絅?助? | 1000111110011100111000110100010000111111100011111001010100111111 | 8f9ce3443f8f953f |
EUC-JP | 除絅?助? | 1011110111111100111001011010010100111111101111011111010100111111 | bdfce5a53fbdf53f |
UTF-8 | 除絅깃助렞 | 111010011001100110100100111001111011010110000101111010101011100110000011111001011000101010101001111010111010000010011110 | e999a4e7b585eab983e58aa9eba09e |
UHC | 除絅깃助렞 | 11110000101101101100110011100111101100011110101011110000101111101000111010101111 | f0b6cce7b1eaf0be8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)