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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | ?②?[BF | 00111111100001110100000100111111010110110100001001000110 | 3f87413f5b4246 |
EUC-JP | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
UTF-8 | 緣②뮅[BF | 111001111011011110100011111000101001000110100001111010111010111010000101010110110100001001000110 | e7b7a3e291a1ebae855b4246 |
UHC | 緣②뮅[BF | 111001101101111010101000111010001001001010010100010110110100001001000110 | e6dea8e892945b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)