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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | ?腋{d | 0011111111100011111111000111101101100100 | 3fe3fc7b64 |
EUC-JP | ?腋{d | 0011111111100110111111100111101101100100 | 3fe6fe7b64 |
UTF-8 | 쒀腋{d | 1110110010010010100000001110100010000101100010110111101101100100 | ec9280e8858b7b64 |
UHC | 쒀腋{d | 101111101010110011100100111111010111101101100100 | beace4fd7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)