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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 率??昻?? | 1001011110100110001111110011111111111010110100000011111100111111 | 97a63f3ffad03f3f |
EUC-JP | 率????? | 11001110101010000011111100111111001111110011111100111111 | cea83f3f3f3f3f |
UTF-8 | 率몌풁昻믬뀵 | 111001111000111010000111111010111010101010001100111011011001001010000001111001101001100010111011111010111010111110101100111010111000000010110101 | e78e87ebaa8ced9281e698bbebafaceb80b5 |
UHC | 率몌풁昻믬뀵 | 111000011110001110111000111011111011111010001010111001001110100110010010111011101000010110101011 | e1e3b8efbe8ae4e992ee85ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)