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 | 10010110101111101001101111000111011111010111011010010110101111101001101111000111011111010111011001000010 | 96be9bc77d7696be9bc77d7642 |
EUC-JP | 明嵒}v明嵒}vB | 11001100110000001101011011001001011111010111011011001100110000001101011011001001011111010111011001000010 | ccc0d6c97d76ccc0d6c97d7642 |
UTF-8 | 明嵒}v明嵒}vB | 1110011010011000100011101110010110110101100100100111110101110110111001101001100010001110111001011011010110010010011111010111011001000010 | e6988ee5b5927d76e6988ee5b5927d7642 |
UHC | 明?}v明?}vB | 1101100110100101001111110111110101110110110110011010010100111111011111010111011001000010 | d9a53f7d76d9a53f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)