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 | 繒?滓? | 111110111000111100111111100111111110011000111111 | fb8f3f9fe63f |
EUC-JP | 繒?滓? | 10001111110101001101010000111111110111101110100000111111 | 8fd4d43fdee83f |
UTF-8 | 繒렰滓렔 | 111001111011100110010010111010111010000010110000111001101011101110010011111010111010000010010100 | e7b992eba0b0e6bb93eba094 |
UHC | 繒렰滓렔 | 1111000111111001100011101011110111101110101010111000111010101001 | f1f98ebdeeab8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)