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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 窯?窯?^ | 10010111011100010011111110010111011100010011111101011110 | 97713f97713f5e |
EUC-JP | 窯?窯?^ | 11001101110100100011111111001101110100100011111101011110 | cdd23fcdd23f5e |
UTF-8 | 窯먠窯읰^ | 11100111101010101010111111101011101010001010000011100111101010101010111111101100100111011011000001011110 | e7aaafeba8a0e7aaafec9db05e |
UHC | 窯먠窯읰^ | 111010011010001010010000110111011110100110100010100111111101011001011110 | e9a290dde9a29fd65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)