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 | 繒?至?骸 | 1111101110001111001111111000111010001010001111111000101001011011 | fb8f3f8e8a3f8a5b |
EUC-JP | 繒?至?骸 | 100011111101010011010100001111111011101111101010001111111011001110111100 | 8fd4d43fbbea3fb3bc |
UTF-8 | 繒렰至렭骸 | 111001111011100110010010111010111010000010110000111010001000011110110011111010111010000010101101111010011010101010111000 | e7b992eba0b0e887b3eba0ade9aab8 |
UHC | 繒렰至렭骸 | 11110001111110011000111010111101111100101011100010001110101110101111101010110101 | f1f98ebdf2b88ebafab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)