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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 劑?倚?劑? | 100110011001110100111111100110001101111100111111100110011001110100111111 | 999d3f98df3f999d3f |
EUC-JP | 劑?倚?劑? | 110100011111110100111111110100001110000100111111110100011111110100111111 | d1fd3fd0e13fd1fd3f |
UTF-8 | 劑렓倚렭劑렓 | 111001011000101010010001111010111010000010010011111001011000000010011010111010111010000010101101111001011000101010010001111010111010000010010011 | e58a91eba093e5809aeba0ade58a91eba093 |
UHC | 劑렓倚렭劑렓 | 111100001010010110001110101010001110101111101111100011101011101011110000101001011000111010101000 | f0a58ea8ebef8ebaf0a58ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)