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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沃??耶ユ | 1001011110000000001111110011111110010110111010111000001110000110 | 97803f3f96eb8386 |
EUC-JP | 沃??耶ユ | 1100110111100000001111110011111111001100111011011010010111100110 | cde03f3fcceda5e6 |
UTF-8 | 沃경튆耶ユ | 111001101011001010000011111010101011001010111101111011011000101010000110111010001000000010110110111000111000001110100110 | e6b283eab2bded8a86e880b6e383a6 |
UHC | 沃경튆耶ユ | 11101000101010101011000011100110101110011001101111100101101011011010101111100110 | e8aab0e6b99be5adabe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)