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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄙滔響竊膿 | 11100111101111111001111111101011100010111011111111100010100001101001010001011110 | e7bf9feb8bbfe286945e |
EUC-JP | 鄙滔響竊膿 | 11101110110000011101111011101101101101101100000111100011111001101100011110111111 | eec1deedb6c1e3e6c7bf |
UTF-8 | 鄙滔響竊膿 | 111010011000010010011001111001101011101110010100111010011001111110111111111001111010101110001010111010001000011010111111 | e98499e6bb94e99fbfe7ab8ae886bf |
UHC | 鄙滔響竊膿 | 11011110101010011101010010100101111110101100001011101111101111001101001011011011 | dea9d4a5fac2efbcd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)