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 | 滓?愼? | 100111111110011000111111100111001100010000111111 | 9fe63f9cc43f |
EUC-JP | 滓?愼? | 110111101110100000111111110110001100011000111111 | dee83fd8c63f |
UTF-8 | 滓렰愼렡 | 111001101011101110010011111010111010000010110000111001101000010010111100111010111010000010100001 | e6bb93eba0b0e684bceba0a1 |
UHC | 滓렰愼렡 | 1110111010101011100011101011110111100011111001011000111010110010 | eeab8ebde3e58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)