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 | 綛手嘗褸 | 1110001101011000100011101110100010001111101001101110010111111000 | e3588ee88fa6e5f8 |
EUC-JP | 綛手嘗褸 | 1110010110111001101111001110101010111110101010001110101011111010 | e5b9bceabea8eafa |
UTF-8 | 綛手嘗褸 | 111001111011011010011011111001101000100110001011111001011001100010010111111010001010010010111000 | e7b69be6898be59897e8a4b8 |
UHC | ?手嘗褸 | 00111111111000101010001011011111110001001101011110101110 | 3fe2a2dfc4d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)