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 | 枝?雨祠 | 10001110011111010011111110001001010010101110001001001011 | 8e7d3f894ae24b |
EUC-JP | 枝?雨祠 | 10111011110111100011111110110001101010111110001110101100 | bbde3fb1abe3ac |
UTF-8 | 枝렖雨祠 | 111001101001111010011101111010111010000010010110111010011001101110101000111001111010010110100000 | e69e9deba096e99ba8e7a5a0 |
UHC | 枝렖雨祠 | 1111001010101011100011101010101111101001111010111101111011100110 | f2ab8eabe9ebdee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)