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 | 蔭孟??蔭 | 1000100011111100100101101101000000111111001111111000100011111100 | 88fc96d03f3f88fc |
EUC-JP | 蔭孟??蔭 | 1011000011111110110011001101001000111111001111111011000011111110 | b0feccd23f3fb0fe |
UTF-8 | 蔭孟렜렜蔭 | 111010001001010010101101111001011010110110011111111010111010000010011100111010111010000010011100111010001001010010101101 | e894ade5ad9feba09ceba09ce894ad |
UHC | 蔭孟렜렜蔭 | 11101011111000111101100011101011100011101010111010001110101011101110101111100011 | ebe3d8eb8eae8eaeebe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)