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 | 趺セ蝓コ鮗 | 1110011011100101101111101110010110011111101110101110100110111010 | e6e5bee59fbae9ba |
EUC-JP | 趺セ蝓コ鮗 | 11101100111001111000111010111110111010101010000110001110101110101111001010111100 | ece78ebeeaa18ebaf2bc |
UTF-8 | 趺セ蝓コ鮗 | 111010001011011010111010111011111011110110111110111010001001110110010011111011111011110110111010111010011010111010010111 | e8b6baefbdbee89d93efbdbae9ae97 |
UHC | 趺???? | 110111011011101000111111001111110011111100111111 | ddba3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)