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 | 雅??率 | 100010011110101100111111001111111001011110100110 | 89eb3f3f97a6 |
EUC-JP | 雅??率 | 101100101110110100111111001111111100111010101000 | b2ed3f3fcea8 |
UTF-8 | 雅먯슱率 | 111010011001101110000101111010111010100010101111111011001000101010110001111001111000111010000111 | e99b85eba8afec8ab1e78e87 |
UHC | 雅먯슱率 | 1110010010111010100100001110110010011010101110001110000111100011 | e4ba90ec9ab8e1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)