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 | 將?縡?制 | 1001101110010010001111111110001101110001001111111001000010100111 | 9b923fe3713f90a7 |
EUC-JP | 將?縡?制 | 1101010111110010001111111110010111010010001111111100000010101001 | d5f23fe5d23fc0a9 |
UTF-8 | 將렚縡렞制 | 111001011011000010000111111010111010000010011010111001111011100010100001111010111010000010011110111001011000100010110110 | e5b087eba09ae7b8a1eba09ee588b6 |
UHC | 將렚縡렞制 | 11101101111000101000111010101101111011101010110110001110101011111111000010100100 | ede28eadeead8eaff0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)