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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | リ鰰ッ\ | 11110001111000011101100011101001110111101010111101011100 | f1e1d8e9deaf5c |
EUC-JP | ?リ鰰ッ\ | 0011111110001110110110001111001011100000100011101010111101011100 | 3f8ed8f2e08eaf5c |
UTF-8 | リ鰰ッ\ | 11101110100001011001110011101111101111101001100011101001101100001011000011101111101111011010111101011100 | ee859cefbe98e9b0b0efbdaf5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)