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 | 陋帛┌讖ク | 111010001001101110011011111001011000010010100001111001101010100110111000 | e89b9be584a1e6a9b8 |
EUC-JP | 陋帛┌讖ク | 11101111111110111101011011100111101010001010001111101100101010111000111010111000 | effbd6e7a8a3ecab8eb8 |
UTF-8 | 陋帛┌讖ク | 111010011001100110001011111001011011100010011011111000101001010010001100111010001010111010010110111011111011110110111000 | e9998be5b89be2948ce8ae96efbdb8 |
UHC | 陋帛┌讖? | 110101111011000011011011110110011010011010100011111100111101100100111111 | d7b0dbd9a6a3f3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)