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 | 韆墓勁袱 | 1110100011100110100101011110011010011001101001001110010111011110 | e8e695e699a4e5de |
EUC-JP | 韆墓勁袱 | 1111000011101000110010101110100011010010101001101110101011100000 | f0e8cae8d2a6eae0 |
UTF-8 | 韆墓勁袱 | 111010011001111110000110111001011010001010010011111001011000101110000001111010001010001010110001 | e99f86e5a293e58b81e8a2b1 |
UHC | 韆墓勁? | 11110100110001111101100111010111110011001100110100111111 | f4c7d9d7cccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)