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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 倖耕?趙 | 10001100111101001000110101101011001111111110011011100010 | 8cf48d6b3fe6e2 |
EUC-JP | 倖耕适趙 | 101110001111011010111001110011001000111111100001110010111110110011100100 | b8f6b9cc8fe1cbece4 |
UTF-8 | 倖耕适趙 | 111001011000000010010110111010001000000010010101111010011000000010000010111010001011011010011001 | e58096e88095e98082e8b699 |
UHC | 倖耕适趙 | 1111101010111000110011001110100111001110110000011111000011100001 | fab8cce9cec1f0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)