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 | 騾趣ス願冠 | 111010011000000010001110111011111011110110001010111010001000101010100101 | e9808eefbd8ae88aa5 |
EUC-JP | 騾趣ス願冠 | 11110001111000001011110011110001100011101011110110110100111010101011010010100111 | f1e0bcf18ebdb4eab4a7 |
UTF-8 | 騾趣ス願冠 | 111010011010100010111110111010001011011010100011111011111011110110111101111010011010000110011000111001011000011010100000 | e9a8bee8b6a3efbdbde9a198e586a0 |
UHC | ?趣?願冠 | 0011111111110110101011000011111111101010110000111100111010101110 | 3ff6ac3feac3ceae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)