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 | 劑?i? | 100110011001110100111111100000101000100100111111 | 999d3f82893f |
EUC-JP | 劑?i? | 110100011111110100111111101000111110100100111111 | d1fd3fa3e93f |
UTF-8 | 劑흡i뤋 | 111001011000101010010001111011011001110110100001111011111011110110001001111010111010010010001011 | e58a91ed9da1efbd89eba48b |
UHC | 劑흡i뤋 | 1111000010100101110010001110110110100011111010011000111110111011 | f0a5c8eda3e98fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)