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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 率??僥 | 100101111010011000111111001111111001100101000110 | 97a63f3f9946 |
EUC-JP | 率??僥 | 110011101010100000111111001111111101000110100111 | cea83f3fd1a7 |
UTF-8 | 率꿱풛僥 | 111001111000111010000111111010101011111110110001111011011001001010011011111001011000001110100101 | e78e87eabfb1ed929be583a5 |
UHC | 率꿱풛僥 | 1110000111100011101100101110100010111110100111101110100011101001 | e1e3b2e8be9ee8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)