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 | ?A?o?r | 001111110100000100111111011011110011111101110010 | 3f413f6f3f72 |
SJIS-WIN | ?A?o?r | 001111110100000100111111011011110011111101110010 | 3f413f6f3f72 |
EUC-JP | ?A?o?r | 001111110100000100111111011011110011111101110010 | 3f413f6f3f72 |
UTF-8 | 챕A챔o혵r | 111011001011000110010101010000011110110010110001100101000110111111101101100110001011010101110010 | ecb19541ecb1946fed98b572 |
UHC | 챕A챔o혵r | 110000111010100101000001110000111010100001101111110000101001110001110010 | c3a941c3a86fc29c72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)