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 | 踝レГ踝 | 1110011011110100100000111000110010000100010000111110011011110100 | e6f4838c8443e6f4 |
EUC-JP | 踝レГ踝 | 1110110011110110101001011110110010100111101001001110110011110110 | ecf6a5eca7a4ecf6 |
UTF-8 | 踝レГ踝 | 1110100010111000100111011110001110000011101011001101000010010011111010001011100010011101 | e8b89de383acd093e8b89d |
UHC | ?レГ? | 001111111010101111101100101011001010010000111111 | 3fabecaca43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)