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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霑コ迢玲仂B | 11101000101111111011101011100111100010111001011111100110100110001011110001000010 | e8bfbae78b97e698bc42 |
EUC-JP | 霑コ迢玲仂B | 1111000011000001100011101011101011101101111010111100111011101000110100001011111001000010 | f0c18ebaedebcee8d0be42 |
UTF-8 | 霑コ迢玲仂B | 11101001100111001001000111101111101111011011101011101000101111111010001011100111100011101011001011100100101110111000001001000010 | e99c91efbdbae8bfa2e78eb2e4bb8242 |
UHC | 霑??玲?B | 1110111111000101001111110011111111010110101111000011111101000010 | efc53f3fd6bc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)