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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 吟?}v吟?}vB | 1000101111100001001111110111110101110110100010111110000100111111011111010111011001000010 | 8be13f7d768be13f7d7642 |
EUC-JP | 吟?}v吟?}vB | 1011011011100011001111110111110101110110101101101110001100111111011111010111011001000010 | b6e33f7d76b6e33f7d7642 |
UTF-8 | 吟렕}v吟렕}vB | 1110010110010000100111111110101110100000100101010111110101110110111001011001000010011111111010111010000010010101011111010111011001000010 | e5909feba0957d76e5909feba0957d7642 |
UHC | 吟렕}v吟렕}vB | 11101011111000011000111010101010011111010111011011101011111000011000111010101010011111010111011001000010 | ebe18eaa7d76ebe18eaa7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)