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 | 0011111100111111001111110111110101110110 | 3f3f3f7d76 |
SJIS-WIN | ???}v | 0011111100111111001111110111110101110110 | 3f3f3f7d76 |
EUC-JP | ???}v | 0011111100111111001111110111110101110110 | 3f3f3f7d76 |
UTF-8 | 혺챰횪}v | 1110110110011000101110101110110010110001101100001110110110011010101010100111110101110110 | ed98baecb1b0ed9aaa7d76 |
UHC | 혺챰횪}v | 1100001010011111110000111011000111000011101000000111110101110110 | c29fc3b1c3a07d76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)